summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-0937-5033/+2239
* Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett2020-09-092-4/+4
* s_time: check return values betterPauli2020-09-091-4/+11
* In a non-shared build, don't include the md5 object files in legacy providerPauli2020-09-091-1/+10
* TLS fixes for CBC mode and no-deprecatedPauli2020-09-093-24/+23
* TLS: remove legacy code path supporting special CBC modePauli2020-09-092-0/+8
* legacy: include MD5 code in legacy providerPauli2020-09-091-0/+2
* Deprecate SHA and MD5 again.Pauli2020-09-093-84/+103
* Allow unauthenticated CMP server if missing -trusted, -srvcert, and -secret o...Dr. David von Oheimb2020-09-083-4/+18
* Add 4 new OIDs for PKIX key purposes and 3 new CMP information typesDr. David von Oheimb2020-09-085-5/+95
* TEST: modify test/endecode_test.c to not use legacy keysRichard Levitte2020-09-081-142/+79
* PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte2020-09-084-91/+163
* Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka2020-09-0826-180/+686
* apps/cmp.c: Allow default HTTP path (aka CMP alias) given with -server optionDr. David von Oheimb2020-09-083-16/+16
* apps/cmp.c: Use enhanced OSSL_HTTP_parse_url(), removing parse_addr() and ato...Dr. David von Oheimb2020-09-081-56/+17
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-0811-107/+228
* EVP: Move the functions and controls for setting and getting distidRichard Levitte2020-09-085-94/+92
* EVP: Expand the use of EVP_PKEY_CTX_md()Richard Levitte2020-09-082-1/+8
* EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte2020-09-088-64/+365
* New GOST PKCS12 standard supportDmitry Belyavskiy2020-09-081-5/+45
* Fix test/evp_extra_test.cRichard Levitte2020-09-081-13/+39
* EVP: Don't shadow EVP_PKEY_CTX_new* error recordsRichard Levitte2020-09-081-3/+1
* EVP: Preserve the EVP_PKEY id in a few more spotsRichard Levitte2020-09-084-87/+149
* Use return code for 'which command' checksJon Spillett2020-09-081-2/+2
* Fix memory leaks in conf_def.cluxinyou2020-09-071-0/+2
* Building: Build Unix static libraries one object file at a timeRichard Levitte2020-09-072-4/+9
* DOC: Fix check of EVP_PKEY_fromdata{,_init} in examplesRichard Levitte2020-09-061-4/+4
* DOC: Modify one example in EVP_PKEY_fromdata(3)Richard Levitte2020-09-061-24/+45
* Cleanup deprecation of ENGINE_setup_bsd_cryptodevjwalch2020-09-062-2/+2
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-063-22/+9
* Remove unused dummy functions from ktls.h.John Baldwin2020-09-061-28/+0
* Fix the socket BIO control methods to use ktls_crypto_info_t.John Baldwin2020-09-062-15/+8
* X509_STORE_CTX_print_verify_cb(): add AKID and SKID output for (non-)trusted ...Dr. David von Oheimb2020-09-053-7/+22
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-0512-48/+46
* Strengthen chain building for CMPDr. David von Oheimb2020-09-0514-66/+157
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-058-37/+84
* test/drbgtest: improve the reseed after fork testDr. Matthias St. Pierre2020-09-051-35/+310
* Fix coverity CID #1454815 - NULL ptr dereference in initthread.cShane Lontis2020-09-051-1/+2
* Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis2020-09-051-4/+4
* Fix coverity CID #1457935 - Check return value in ffc_params.c for BIO_indent...Shane Lontis2020-09-051-4/+6
* Fix coverity CID #1465967 & #1465968 - fix NULL dereference in dh_ameth.cShane Lontis2020-09-051-3/+2
* Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis2020-09-051-3/+6
* Fix coverity CID #1466375 - Remove dead code.Shane Lontis2020-09-051-16/+13
* Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis2020-09-051-5/+5
* Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis2020-09-051-1/+1
* ASN1: Make ASN1_item_verify_ctx() work with provider-native keysRichard Levitte2020-09-031-1/+1
* EC: Remove one error record that shadows anotherRichard Levitte2020-09-032-3/+2
* TEST: Ensure that the base provider i activated when neededRichard Levitte2020-09-0310-11/+13
* Revert "TEST: separate out NIST ECC tests from non-NIST"Richard Levitte2020-09-035-2126/+2093
* EVP: Don't report malloc failure in new_raw_key_int()Richard Levitte2020-09-031-3/+1