summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz
2021-01-13x509v3.h.in: Deprecate CTX_TEST and replace it by X509V3_CTX_TESTDr. David von Oheimb
2021-01-13apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb
2021-01-13apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb
2021-01-13crypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid}.c, v3_{alt,san}.cDr. David von Oheimb
2021-01-13apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb
2021-01-13X509_PUBKEY_set(): Fix error reportingDr. David von Oheimb
2021-01-13apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb
2021-01-13Add tests for (non-)default SKID and AKID inclusion by apps/{req,x509,ca}.cDr. David von Oheimb
2021-01-13apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-13d2i_X509(): Make deallocation behavior consistent with d2i_X509_AUX()Dr. David von Oheimb
2021-01-13Fix incorrect use of BN_CTX APIAgustin Gianni
2021-01-13Fix enable-weak-ssl-ciphersMatt Caswell
2021-01-13x509_vfy.c: Fix a regression in find_issuer()Dr. David von Oheimb
2021-01-13Make PEM_X509_INFO_read_bio_ex() conservative on the error queueDr. David von Oheimb
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2021-01-12Use centralized fetching errorsRichard Levitte
2021-01-12Remove duplicate GENERATE declarations for .pod filesRichard Levitte
2021-01-12Configure: warn about duplicate GENERATE declarations in build.info filesRichard Levitte
2021-01-12Configure: clean away perl syntax faultsRichard Levitte
2021-01-12Configure: Check all SOURCE declarations, to ensure consistencyRichard Levitte
2021-01-12v3_ocsp.c: fix indentation of include directivesDr. Matthias St. Pierre
2021-01-11Close /dev/crypto file descriptor after CRIOGET ioctl().John Baldwin
2021-01-11APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb
2021-01-11APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb
2021-01-11apps/pkey.c: Forther improve user guidance, also on non-sensical option combi...Dr. David von Oheimb
2021-01-11apps/pkey.c: Re-order help output and option documentationDr. David von Oheimb
2021-01-11apps/pkey.c: Make clear that -passout is not supported for DER outputDr. David von Oheimb
2021-01-11apps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTPS is NULLDr. David von Oheimb
2021-01-09doc/man7/provider.pod: updates providers to use EVP_MD_free() and EVP_CIPHER_...Sahana Prasad
2021-01-09Fix for negative return value from `SSL_CTX_sess_accept()`anupamam13
2021-01-09Fix simpledynamic test compilation when condigured without DSO support.Romain Geissler
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire
2021-01-08[test][pkey_check] Add more invalid SM2 key testsNicola Tuveri
2021-01-08Add SM2 private key range validationNicola Tuveri
2021-01-08[test][pkey_check] Add invalid SM2 key testNicola Tuveri
2021-01-08[apps/pkey] Return error on failed `-[pub]check`Nicola Tuveri
2021-01-08[test] Add `pkey -check` validation testsNicola Tuveri
2021-01-08Adding TLS group name retrievalMichael Baentsch
2021-01-08[crypto/dh] side channel hardening for computing DH shared keysBilly Brumley
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2021-01-07Remove extra space.Otto Hollmann
2021-01-07Fixed error and return code.Otto Hollmann