aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* X509_NAME_cmp: restrict normal return values to {-1,0,1} to avoid confusion w...Dr. David von Oheimb2020-09-102-22/+21
* X509_NAME_oneline(): Fix output of multi-valued RDNs, escaping '/' and '+' in...Dr. David von Oheimb2020-09-102-21/+28
* X509_NAME_print_ex.pod: re-format lines to fit within 80 chars limitDr. David von Oheimb2020-09-101-26/+34
* app_load_config_bio(): fix crash on errorDr. David von Oheimb2020-09-101-1/+0
* Fix an EVP_MD_CTX leakMatt Caswell2020-09-103-20/+37
* Diverse build.info: Adjust pathsRichard Levitte2020-09-104-5/+3
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-104-34/+39
* bugfix in ossl_cmp_msg_protect(): set senderKID and extend extraCerts also fo...Dr. David von Oheimb2020-09-101-12/+12
* bugfix in ossl_cmp_msg_add_extraCerts(): should include cert chain when using...Dr. David von Oheimb2020-09-101-1/+2
* test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb2020-09-102-1/+2
* test/recipes/81-test_cmp_cli_data/Mock/server.cnf: minor cleanupDr. David von Oheimb2020-09-101-4/+2
* 81-test_cmp_cli: Make test output files all different according to #11080Dr. David von Oheimb2020-09-105-105/+134
* 81-test_cmp_cli.t: Stop unlinking test output files according to #11080Dr. David von Oheimb2020-09-101-3/+3
* apps.c: Fix mem leaks on error in load_certs() and load_crls()Dr. David von Oheimb2020-09-101-4/+20
* apps/cmp.c: clear leftover errors on loading libengines.so etc.Dr. David von Oheimb2020-09-101-0/+1
* apps.c: Fix diagnostics and return value of load_key_certs_crls() on errorDr. David von Oheimb2020-09-101-13/+16
* Replace all wrong usages of 'B<...>' (typically by 'I<...>') in OSSL_CMP_CTX_...Dr. David von Oheimb2020-09-101-80/+84
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-109-198/+201
* Fix markdown nits in NOTES-Windows.txtRich Salz2020-09-102-19/+21
* Support writing RSA keys using the traditional format againKurt Roeckx2020-09-097-27/+52
* 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-053-22/+9