Home
last modified time | relevance | path

Searched refs:Revocation (Results 1 – 25 of 2274) sorted by relevance

12345678910>>...91

/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/peertls/extensions/
H A Dextensions_test.go125 revocation extensions.Revocation
127 {revocation: extensions.Revocation{}},
132 {revocation: extensions.Revocation{
136 {revocation: extensions.Revocation{
140 {revocation: extensions.Revocation{
144 {revocation: extensions.Revocation{
168 revocatationGob := extensions.Revocation{}
175 revocatationCustom := extensions.Revocation{}
190 revocatationCustom := extensions.Revocation{}
195 revocatationCustom = extensions.Revocation{}
[all …]
H A Drevocations.go44 type Revocation struct { struct
52 Get(ctx context.Context, chain []*x509.Certificate) (*Revocation, error)
54 List(ctx context.Context) ([]*Revocation, error)
65 rev := Revocation{
128 func (r Revocation) Verify(signingCert *x509.Certificate) error { argument
141 func (r *Revocation) TBSBytes() []byte { argument
150 func (r *Revocation) Sign(key crypto.PrivateKey) error { argument
161 func (r Revocation) Marshal() ([]byte, error) { argument
166 func (r *Revocation) Unmarshal(data []byte) error { argument
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/peertls/extensions/
H A Dextensions_test.go125 revocation extensions.Revocation
127 {revocation: extensions.Revocation{}},
132 {revocation: extensions.Revocation{
136 {revocation: extensions.Revocation{
140 {revocation: extensions.Revocation{
144 {revocation: extensions.Revocation{
168 revocatationGob := extensions.Revocation{}
175 revocatationCustom := extensions.Revocation{}
190 revocatationCustom := extensions.Revocation{}
195 revocatationCustom = extensions.Revocation{}
[all …]
H A Drevocations.go44 type Revocation struct { struct
52 Get(ctx context.Context, chain []*x509.Certificate) (*Revocation, error)
54 List(ctx context.Context) ([]*Revocation, error)
65 rev := Revocation{
128 func (r Revocation) Verify(signingCert *x509.Certificate) error { argument
141 func (r *Revocation) TBSBytes() []byte { argument
150 func (r *Revocation) Sign(key crypto.PrivateKey) error { argument
161 func (r Revocation) Marshal() ([]byte, error) { argument
166 func (r *Revocation) Unmarshal(data []byte) error { argument
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dmerkle_client_historical_test.go94 if key.Base.Revocation != nil {
103 Loc: revokedKey.Base.Revocation.SigChainLocation,
104 Prev: revokedKey.Base.Revocation.PrevMerkleRootSigned,
109 before := revokedKey.Base.Revocation.PrevMerkleRootSigned.Seqno
123 Loc: revokedKey.Base.Revocation.SigChainLocation,
124 Prev: revokedKey.Base.Revocation.PrevMerkleRootSigned,
129 before = revokedKey.Base.Revocation.PrevMerkleRootSigned.Seqno
/dports/security/xca/xca-2.4.0/widgets/
H A DRevocationList.cpp130 Revocation *revoke = new Revocation(QModelIndexList(), this); in on_addRev_clicked()
174 Revocation *revoke = new Revocation(QModelIndexList(), this); in on_certList_itemDoubleClicked()
186 Revocation::Revocation(QModelIndexList indexes, QWidget *w) : QDialog(w ?: mainwin) in Revocation() function in Revocation
220 x509rev Revocation::getRevocation() in getRevocation()
232 void Revocation::setRevocation(x509rev r) in setRevocation()
/dports/net/storj/storj-1.45.3/private/revocation/
H A Ddb.go36 func (db *DB) Get(ctx context.Context, chain []*x509.Certificate) (_ *extensions.Revocation, err er…
56 rev := new(extensions.Revocation)
74 var rev extensions.Revocation
104 func (db *DB) List(ctx context.Context) (revs []*extensions.Revocation, err error) {
122 rev := new(extensions.Revocation)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
140 subkey.Revocation == nil &&
179 subkey.Revocation == nil &&
247 sig := subKey.Revocation
522 current.Revocation = pkt
644 subKey.Revocation = sig
778 if subkey.Revocation != nil {
822 if subkey.Revocation != nil {
874 if subkey.Revocation != nil {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
140 subkey.Revocation == nil &&
179 subkey.Revocation == nil &&
247 sig := subKey.Revocation
522 current.Revocation = pkt
644 subKey.Revocation = sig
778 if subkey.Revocation != nil {
822 if subkey.Revocation != nil {
874 if subkey.Revocation != nil {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
140 subkey.Revocation == nil &&
179 subkey.Revocation == nil &&
247 sig := subKey.Revocation
522 current.Revocation = pkt
644 subKey.Revocation = sig
778 if subkey.Revocation != nil {
822 if subkey.Revocation != nil {
874 if subkey.Revocation != nil {
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DRevocation.hpp43 class Revocation : public Credential class
48 Revocation() : in Revocation() function in ZeroTier::Revocation
70Revocation(const uint32_t i,const uint64_t nwid,const uint32_t cid,const uint64_t thr,const uint64… in Revocation() function in ZeroTier::Revocation
100 Buffer<sizeof(Revocation) + 64> tmp; in sign()
149 *this = Revocation(); in deserialize()
/dports/security/py-pgpy/PGPy-0.5.3/docs/source/
H A Dprogress.rst52 - 0x0C, True, Revocation Key
63 - 0x1D, True, Reason For Revocation
128 - Revocation, True, Designate Revocation Key
129 - Revocation, True, Revoke (Sub)Key with Self Signature
130 - Revocation, False, Revoke (Sub)Key using Designated Revocation Key
165 - Revocation, True, Designate Revocation Key
166 - Revocation, True, Revoke (Sub)Key with Self Signature
167 - Revocation, False, Revoke (Sub)Key using Designated Revocation Key
247 - Revocation, True, Designate Revocation Key
248 - Revocation, True, Revoke (Sub)Key with Self Signature
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/plugins/helper/database/dbutil/
H A Ddbutil.go34 case len(statements.Revocation) > 0 && len(statements.RevocationStatements) == 0:
35 statements.RevocationStatements = strings.Join(statements.Revocation, ";")
37 statements.Revocation = []string{statements.RevocationStatements}
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/vault/plugins/helper/database/dbutil/
H A Ddbutil.go34 case len(statements.Revocation) > 0 && len(statements.RevocationStatements) == 0:
35 statements.RevocationStatements = strings.Join(statements.Revocation, ";")
37 statements.Revocation = []string{statements.RevocationStatements}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vault/plugins/helper/database/dbutil/
H A Ddbutil.go34 case len(statements.Revocation) > 0 && len(statements.RevocationStatements) == 0:
35 statements.RevocationStatements = strings.Join(statements.Revocation, ";")
37 statements.Revocation = []string{statements.RevocationStatements}
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/plugins/helper/database/dbutil/
H A Ddbutil.go34 case len(statements.Revocation) > 0 && len(statements.RevocationStatements) == 0:
35 statements.RevocationStatements = strings.Join(statements.Revocation, ";")
37 statements.Revocation = []string{statements.RevocationStatements}
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/keybase/go-crypto/openpgp/
H A Dkeys.go49 Revocation *packet.Signature member
58 Revocation *packet.Signature member
141 subkey.Revocation == nil &&
184 subkey.Revocation == nil &&
253 sig := subKey.Revocation
528 current.Revocation = pkt
650 subKey.Revocation = sig
801 if subkey.Revocation != nil {
845 if subkey.Revocation != nil {
897 if subkey.Revocation != nil {
[all …]

12345678910>>...91