index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ENCODER: Refactor provider implementations, and some cleanup
Richard Levitte
2020-09-09
37
-5033
/
+2239
*
Fix up issue on AIX caused by broken compiler handling of macro expansion
Jon Spillett
2020-09-09
2
-4
/
+4
*
s_time: check return values better
Pauli
2020-09-09
1
-4
/
+11
*
In a non-shared build, don't include the md5 object files in legacy provider
Pauli
2020-09-09
1
-1
/
+10
*
TLS fixes for CBC mode and no-deprecated
Pauli
2020-09-09
3
-24
/
+23
*
TLS: remove legacy code path supporting special CBC mode
Pauli
2020-09-09
2
-0
/
+8
*
legacy: include MD5 code in legacy provider
Pauli
2020-09-09
1
-0
/
+2
*
Deprecate SHA and MD5 again.
Pauli
2020-09-09
3
-84
/
+103
*
Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...
Dr. David von Oheimb
2020-09-08
3
-4
/
+18
*
Add 4 new OIDs for PKIX key purposes and 3 new CMP information types
Dr. David von Oheimb
2020-09-08
5
-5
/
+95
*
TEST: modify test/endecode_test.c to not use legacy keys
Richard Levitte
2020-09-08
1
-142
/
+79
*
PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keys
Richard Levitte
2020-09-08
4
-91
/
+163
*
Add CMS AuthEnvelopedData with AES-GCM support
Jakub Zelenka
2020-09-08
26
-180
/
+686
*
apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server option
Dr. David von Oheimb
2020-09-08
3
-16
/
+16
*
apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato...
Dr. David von Oheimb
2020-09-08
1
-56
/
+17
*
OSSL_HTTP_parse_url(): add optional port number return parameter and strength...
Dr. David von Oheimb
2020-09-08
11
-107
/
+228
*
EVP: Move the functions and controls for setting and getting distid
Richard Levitte
2020-09-08
5
-94
/
+92
*
EVP: Expand the use of EVP_PKEY_CTX_md()
Richard Levitte
2020-09-08
2
-1
/
+8
*
EVP: Add support for delayed EVP_PKEY operation parameters
Richard Levitte
2020-09-08
8
-64
/
+365
*
New GOST PKCS12 standard support
Dmitry Belyavskiy
2020-09-08
1
-5
/
+45
*
Fix test/evp_extra_test.c
Richard Levitte
2020-09-08
1
-13
/
+39
*
EVP: Don't shadow EVP_PKEY_CTX_new* error records
Richard Levitte
2020-09-08
1
-3
/
+1
*
EVP: Preserve the EVP_PKEY id in a few more spots
Richard Levitte
2020-09-08
4
-87
/
+149
*
Use return code for 'which command' checks
Jon Spillett
2020-09-08
1
-2
/
+2
*
Fix memory leaks in conf_def.c
luxinyou
2020-09-07
1
-0
/
+2
*
Building: Build Unix static libraries one object file at a time
Richard Levitte
2020-09-07
2
-4
/
+9
*
DOC: Fix check of EVP_PKEY_fromdata{,_init} in examples
Richard Levitte
2020-09-06
1
-4
/
+4
*
DOC: Modify one example in EVP_PKEY_fromdata(3)
Richard Levitte
2020-09-06
1
-24
/
+45
*
Cleanup deprecation of ENGINE_setup_bsd_cryptodev
jwalch
2020-09-06
2
-2
/
+2
*
Slightly abstract ktls_start() to reduce OS-specific #ifdefs.
John Baldwin
2020-09-06
3
-22
/
+9
*
Remove unused dummy functions from ktls.h.
John Baldwin
2020-09-06
1
-28
/
+0
*
Fix the socket BIO control methods to use ktls_crypto_info_t.
John Baldwin
2020-09-06
2
-15
/
+8
*
X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...
Dr. David von Oheimb
2020-09-05
3
-7
/
+22
*
OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...
Dr. David von Oheimb
2020-09-05
12
-48
/
+46
*
Strengthen chain building for CMP
Dr. David von Oheimb
2020-09-05
14
-66
/
+157
*
Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainout
Dr. David von Oheimb
2020-09-05
8
-37
/
+84
*
test/drbgtest: improve the reseed after fork test
Dr. Matthias St. Pierre
2020-09-05
1
-35
/
+310
*
Fix coverity CID #1454815 - NULL ptr dereference in initthread.c
Shane Lontis
2020-09-05
1
-1
/
+2
*
Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...
Shane Lontis
2020-09-05
1
-4
/
+4
*
Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...
Shane Lontis
2020-09-05
1
-4
/
+6
*
Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.c
Shane Lontis
2020-09-05
1
-3
/
+2
*
Fix coverity CID #1466371 - fix dereference before NULL check.
Shane Lontis
2020-09-05
1
-3
/
+6
*
Fix coverity CID #1466375 - Remove dead code.
Shane Lontis
2020-09-05
1
-16
/
+13
*
Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...
Shane Lontis
2020-09-05
1
-5
/
+5
*
Fix coverity CID #1466378 - Incorrect expression in ec_backend.c
Shane Lontis
2020-09-05
1
-1
/
+1
*
ASN1: Make ASN1_item_verify_ctx() work with provider-native keys
Richard Levitte
2020-09-03
1
-1
/
+1
*
EC: Remove one error record that shadows another
Richard Levitte
2020-09-03
2
-3
/
+2
*
TEST: Ensure that the base provider i activated when needed
Richard Levitte
2020-09-03
10
-11
/
+13
*
Revert "TEST: separate out NIST ECC tests from non-NIST"
Richard Levitte
2020-09-03
5
-2126
/
+2093
*
EVP: Don't report malloc failure in new_raw_key_int()
Richard Levitte
2020-09-03
1
-3
/
+1
[prev]
[next]