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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Test mte with stitched ciphersuites in TLSv1.0
Matt Caswell
2020-08-20
2
-1
/
+136
*
Fix stitched ciphersuites in TLS1.0
Matt Caswell
2020-08-20
1
-0
/
+22
*
Make better use of new load_cert_pass() variant of load_cert() in apps/
Dr. David von Oheimb
2020-08-20
11
-56
/
+64
*
apps: make use of OSSL_STORE for generalized certs and CRLs loading
Dr. David von Oheimb
2020-08-20
24
-309
/
+194
*
Fix mem leaks on PKCS#12 read error in PKCS12_key_gen_{asc,utf8}
Dr. David von Oheimb
2020-08-20
1
-6
/
+2
*
TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()
Richard Levitte
2020-08-20
2
-4
/
+7
*
PEM: Add more library context aware PEM readers
Richard Levitte
2020-08-20
5
-46
/
+123
*
STORE: Distinguish public keys from private keys
Richard Levitte
2020-08-20
13
-32
/
+110
*
PROV: Fix DSA and DH private key serializers
Richard Levitte
2020-08-20
5
-8
/
+34
*
X509: Add d2i_PUBKEY_ex(), which take a libctx and propq
Richard Levitte
2020-08-20
7
-16
/
+73
*
cmp: handle error return from OBJ_obj2txt()
Pauli
2020-08-20
1
-3
/
+8
*
pkeyutil: check return value reading password
Pauli
2020-08-20
1
-2
/
+11
*
PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS provider
Richard Levitte
2020-08-20
1
-2
/
+4
*
RSA: Fix rsa_todata() to only add params for existing data
Richard Levitte
2020-08-20
1
-10
/
+14
*
TEST: separate out NIST ECC tests from non-NIST
Richard Levitte
2020-08-20
5
-2093
/
+2126
*
EVP: Have evp_pkey_cmp_any() detect if export wasn't possible
Richard Levitte
2020-08-20
1
-0
/
+4
*
PKCS12_parse(): Clean up code and correct documentation
Dr. David von Oheimb
2020-08-19
2
-23
/
+34
*
PKCS12_parse(): Fix reversed order of certs parsed and output via *ca
Dr. David von Oheimb
2020-08-19
2
-1
/
+6
*
OSSL_STORE file_load_try_decode(): Avoid flooding error queue by failed tries
Dr. David von Oheimb
2020-08-19
1
-7
/
+20
*
Fix no-cms build errors.
Shane Lontis
2020-08-19
4
-14
/
+4
*
OCSP: Add return value checks.
Pauli
2020-08-19
4
-20
/
+39
*
Apps: change provider_path option to provider-path.
Pauli
2020-08-18
9
-12
/
+12
*
Fix DSA/DH so that legacy keys can still be generated by the default provider
Shane Lontis
2020-08-17
6
-5
/
+37
*
Fix broken windows builds.
Shane Lontis
2020-08-17
1
-1
/
+1
*
Test that EVP_default_properties_is_fips_enabled() works early
Matt Caswell
2020-08-17
6
-4
/
+148
*
Load the default config file before working with default properties
Matt Caswell
2020-08-17
5
-12
/
+26
*
provider: disable fall-backs if OSSL_PROVIDER_load() fails.
Pauli
2020-08-14
6
-4
/
+35
*
PKCS#12 KDF: don't run tests with the FIPS provider.
Pauli
2020-08-14
1
-1
/
+1
*
Move PKCS#12 KDF to provider.
Pauli
2020-08-14
11
-83
/
+424
*
Appease -Werror=stringop-overflow=
Patrick Steuer
2020-08-13
1
-3
/
+2
*
Remove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_}load_http
Dr. David von Oheimb
2020-08-13
3
-10
/
+4
*
sslapitest: Add test for premature call of SSL_export_keying_material
Tomas Mraz
2020-08-13
1
-3
/
+14
*
Avoid segfault in SSL_export_keying_material if there is no session
Tomas Mraz
2020-08-13
1
-1
/
+2
*
Mark SSL_CTX_set_ssl_version() as deprecated in 3.0
Benjamin Kaduk
2020-08-12
4
-5
/
+18
*
Introduce X509_add_cert[s] simplifying various additions to cert lists
Dr. David von Oheimb
2020-08-12
25
-252
/
+209
*
Add public API for gettables and settables for keymanagement, signatures and ...
Shane Lontis
2020-08-12
14
-56
/
+152
*
Fix serializer_EVP_PKEY_to_bio so that that the key is exported if the serial...
Shane Lontis
2020-08-12
1
-1
/
+2
*
Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072
Shane Lontis
2020-08-12
7
-27
/
+84
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
43
-72
/
+73
*
Expose S390x HW ciphers' IV state to provider layer
Benjamin Kaduk
2020-08-11
1
-0
/
+3
*
Avoid deprecated API in evp_test.c
Benjamin Kaduk
2020-08-11
1
-6
/
+10
*
Avoid deprecated function in evp_lib.c
Benjamin Kaduk
2020-08-11
1
-3
/
+2
*
Use local IV storage in EVP BLOCK_* macros
Benjamin Kaduk
2020-08-11
6
-5
/
+10
*
Use local IV storage in e_rc2.c
Benjamin Kaduk
2020-08-11
1
-3
/
+1
*
Use local IV storage in e_xcbc_d.c
Benjamin Kaduk
2020-08-11
1
-2
/
+3
*
Use local IV storage in e_sm4.c
Benjamin Kaduk
2020-08-11
1
-2
/
+2
*
Use local IV storage in e_des3.c
Benjamin Kaduk
2020-08-11
1
-21
/
+16
*
Use local IV storage in e_des.c
Benjamin Kaduk
2020-08-11
1
-11
/
+11
*
Use local IV storage in e_camellia.c
Benjamin Kaduk
2020-08-11
1
-20
/
+15
*
Use local IV storage in e_aria.c
Benjamin Kaduk
2020-08-11
1
-15
/
+12
[prev]
[next]