index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
err
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Explicit EC parameter support to providers.
Shane Lontis
2020-08-22
1
-0
/
+7
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
3
-11
/
+11
*
Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-2
/
+2
*
Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt
Dr. David von Oheimb
2020-08-21
1
-1
/
+0
*
STORE: Distinguish public keys from private keys
Richard Levitte
2020-08-20
1
-1
/
+2
*
PROV: Fix DSA and DH private key serializers
Richard Levitte
2020-08-20
1
-0
/
+2
*
OCSP: Add return value checks.
Pauli
2020-08-19
1
-0
/
+2
*
Move PKCS#12 KDF to provider.
Pauli
2020-08-14
1
-0
/
+1
*
conf: add an error if the openssl_conf section isn't found.
Pauli
2020-08-11
1
-0
/
+2
*
Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDF
Matt Caswell
2020-08-10
1
-1
/
+3
*
Implement a EVP_PKEY KDF to KDF provider bridge
Matt Caswell
2020-08-10
1
-0
/
+2
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-1
/
+3
*
Add new APIs to get PKCS12 secretBag OID and value
Jon Spillett
2020-08-07
1
-0
/
+2
*
Rename misleading X509V3_R_INVALID_NULL_NAME to X509V3_R_INVALID_EMPTY_NAME
Dr. David von Oheimb
2020-08-04
1
-1
/
+1
*
Correct misleading diagnostics of OBJ_txt2obj on unknown object name
Dr. David von Oheimb
2020-08-04
1
-0
/
+1
*
DESERIALIZER: Add deserializers for the rest of our asymmetric key types
Richard Levitte
2020-08-01
1
-0
/
+2
*
Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...
Dr. David von Oheimb
2020-07-30
1
-4
/
+2
*
PROV: Add a DER to RSA-PSS deserializer implementation
Richard Levitte
2020-07-27
1
-0
/
+1
*
DESERIALIZER: Add foundation for deserializers
Richard Levitte
2020-07-24
3
-0
/
+3
*
Add ERR_raise() errors to fips OSSL_provider_init and self tests.
Shane Lontis
2020-07-21
1
-0
/
+7
*
Update copyright year
Richard Levitte
2020-07-16
1
-1
/
+1
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-0
/
+2
*
[EC][ASN1] Detect missing OID when serializing EC parameters and keys
Nicola Tuveri
2020-07-06
1
-0
/
+2
*
ERR: special case system errors
Richard Levitte
2020-07-05
3
-86
/
+49
*
Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files
Dr. David von Oheimb
2020-07-05
1
-12
/
+12
*
Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt
Dr. David von Oheimb
2020-07-05
1
-0
/
+0
*
rand: core APIs for provider friendly random.
Pauli
2020-06-24
1
-1
/
+46
*
property: Move global default properties to the library context.
Pauli
2020-06-23
1
-0
/
+1
*
serialization: break the provider locating code to avoid deadlock.
Pauli
2020-06-23
1
-0
/
+1
*
Fix CMP -days option range checking and test failing with enable-ubsan
Dr. David von Oheimb
2020-06-22
1
-1
/
+4
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
1
-1
/
+0
*
Provider a better error message if we fail to copy parameters
Matt Caswell
2020-06-19
1
-0
/
+1
*
Refactor BN_R_NO_INVERSE logic in internal functions
Nicola Tuveri
2020-06-16
1
-1
/
+0
*
Correct error reason of verify_signature() in cmp_vfy.c
Dr. David von Oheimb
2020-06-13
1
-0
/
+1
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-2
/
+0
*
Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSA
Dr. David von Oheimb
2020-06-10
1
-0
/
+2
*
crypto/cms: add CAdES-BES signed attributes validation
FdaSilvaYY
2020-05-27
1
-0
/
+4
*
Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...
Shane Lontis
2020-05-26
1
-2
/
+3
*
Constants for new GOST TLS 1.2 ciphersuites
Dmitry Belyavskiy
2020-05-19
1
-0
/
+2
*
Fix some places where X509_up_ref is used
Bernd Edlinger
2020-05-18
1
-2
/
+3
*
deprecate EC_POINTs_mul function
Billy Brumley
2020-05-16
1
-0
/
+1
*
PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters
Richard Levitte
2020-05-14
1
-0
/
+3
*
OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK files
Richard Levitte
2020-05-13
1
-2
/
+2
*
OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIO
Richard Levitte
2020-05-13
1
-3
/
+2
*
Fix reason code clash
Richard Levitte
2020-05-03
1
-1
/
+1
*
Add default property API's to enable and test for fips
Shane Lontis
2020-05-02
1
-0
/
+1
*
coverity 1462549 Dereference before null check
Pauli
2020-04-30
1
-0
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
3
-3
/
+3
*
Add CMP error reason 'missing reference cert'
Dr. David von Oheimb
2020-04-18
1
-0
/
+1
*
ecx: check for errors creating public keys from private ones.
Pauli
2020-04-17
1
-1
/
+2
[next]