Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
1020-public_key-Correct-spec.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1020-public_key-Correct-spec.patch of Package erlang
From e9ac2cd9065884220a958e7ed0734129475bd3a9 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin <ingela@erlang.org> Date: Fri, 5 Aug 2022 15:16:33 +0200 Subject: [PATCH] public_key: Correct spec --- lib/public_key/src/public_key.erl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/public_key/src/public_key.erl b/lib/public_key/src/public_key.erl index 276be6bb87..06c6fc0625 100644 --- a/lib/public_key/src/public_key.erl +++ b/lib/public_key/src/public_key.erl @@ -140,10 +140,10 @@ {rsa, Size::integer(), PubExp::integer()}. -type der_encoded() :: binary(). -type pki_asn1_type() :: 'Certificate' | 'RSAPrivateKey' | 'RSAPublicKey' - | 'DSAPrivateKey' | 'DSAPublicKey' | 'DHParameter' - | 'SubjectPublicKeyInfo' | 'PrivateKeyInfo' | - 'CertificationRequest' | 'CertificateList' | - 'ECPrivateKey' | 'EcpkParameters'. + | 'SubjectPublicKeyInfo' | 'DSAPrivateKey' + | 'DHParameter' | 'PrivateKeyInfo' | + 'CertificationRequest' | 'ContentInfo' | 'CertificateList' | + 'ECPrivateKey' | 'OneAsymmetricKey'| 'EcpkParameters'. -type pem_entry() :: {pki_asn1_type(), der_or_encrypted_der(), not_encrypted | cipher_info() -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor