aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb2021-01-132-12/+13
* crypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid}.c, v3_{alt,san}.cDr. David von Oheimb2021-01-134-1/+1
* apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb2021-01-135-4/+75
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-1320-154/+264
* apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb2021-01-132-47/+28
* X509_PUBKEY_set(): Fix error reportingDr. David von Oheimb2021-01-131-9/+7
* apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb2021-01-131-1/+2
* Add tests for (non-)default SKID and AKID inclusion by apps/{req,x509,ca}.cDr. David von Oheimb2021-01-133-18/+108
* apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb2021-01-133-204/+284
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-1314-76/+67
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-139-124/+184
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-1312-36/+79
* d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()Dr. David von Oheimb2021-01-131-1/+5
* Fix incorrect use of BN_CTX APIAgustin Gianni2021-01-134-5/+13
* Fix enable-weak-ssl-ciphersMatt Caswell2021-01-131-0/+8
* x509_vfy.c: Fix a regression in find_issuer()Dr. David von Oheimb2021-01-132-46/+31
* Make PEM_X509_INFO_read_bio_ex() conservative on the error queueDr. David von Oheimb2021-01-131-5/+8
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-1312-147/+139
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-1315-39/+118
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-1211-22/+31
* Use centralized fetching errorsRichard Levitte2021-01-1211-32/+167
* Remove duplicate GENERATE declarations for .pod filesRichard Levitte2021-01-122-54/+2
* Configure: warn about duplicate GENERATE declarations in build.info filesRichard Levitte2021-01-121-1/+4
* Configure: clean away perl syntax faultsRichard Levitte2021-01-121-2/+2
* Configure: Check all SOURCE declarations, to ensure consistencyRichard Levitte2021-01-121-5/+69
* v3_ocsp.c: fix indentation of include directivesDr. Matthias St. Pierre2021-01-121-8/+8
* Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin2021-01-111-0/+2
* APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb2021-01-113-8/+19
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-117-32/+32
* apps/pkey.c: Forther improve user guidance, also on non-sensical option combi...Dr. David von Oheimb2021-01-112-42/+60
* apps/pkey.c: Re-order help output and option documentationDr. David von Oheimb2021-01-112-74/+100
* apps/pkey.c: Make clear that -passout is not supported for DER outputDr. David von Oheimb2021-01-112-1/+8
* apps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTPS is NULLDr. David von Oheimb2021-01-111-4/+4
* doc/man7/provider.pod: updates providers to use EVP_MD_free() and EVP_CIPHER_...Sahana Prasad2021-01-091-8/+8
* Fix for negative return value from `SSL_CTX_sess_accept()`anupamam132021-01-091-1/+2
* Fix simpledynamic test compilation when condigured without DSO support.Romain Geissler2021-01-091-0/+2
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-095-15/+15
* [test][pkey_check] Add more invalid SM2 key testsNicola Tuveri2021-01-084-1/+11
* Add SM2 private key range validationNicola Tuveri2021-01-089-11/+125
* [test][pkey_check] Add invalid SM2 key testNicola Tuveri2021-01-082-0/+9
* [apps/pkey] Return error on failed `-[pub]check`Nicola Tuveri2021-01-082-2/+9
* [test] Add `pkey -check` validation testsNicola Tuveri2021-01-083-0/+62
* Adding TLS group name retrievalMichael Baentsch2021-01-088-20/+93
* [crypto/dh] side channel hardening for computing DH shared keysBilly Brumley2021-01-082-9/+52
* Ensure DTLS free functions can handle NULLMatt Caswell2021-01-082-4/+8
* Remove extra space.Otto Hollmann2021-01-071-1/+1
* Fixed error and return code.Otto Hollmann2021-01-071-8/+5
* Add a CHANGES entry for ignore unknown ciphers in set_ciphersuites.Otto Hollmann2021-01-071-0/+5
* Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann2021-01-072-6/+9
* Prepare for 3.0 alpha 11Matt Caswell2021-01-073-4/+4