summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-14Document the invariants for the empty X509_NAME encodingTomas Mraz
2021-04-14X509_NAME_cmp: if canon_enclen is 0 for both names return 0Tomas Mraz
2021-04-14bio_printf: add \0 terminators for error returns in floating point conversions.Pauli
2021-04-14bio: note that BIO_sprintf null terminates on insufficient space.Pauli
2021-04-14bio: add a malloc failed error to BIO_printPauli
2021-04-14Add some additional NULL checks to prevent segfaults.Shane Lontis
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-14Remove a TODO(3.0) from X509_PUBKEY_setMatt Caswell
2021-04-14crypto: raise error on malloc failureFdaSilvaYY
2021-04-14nits: fix a few typo in template codeFdaSilvaYY
2021-04-14doc: Fix formattingJakub Wilk
2021-04-13Handle set_alpn_protos inputs better.Todd Short
2021-04-13util/wrap.pl: use the apps/openssl.cnf from the source treeDr. Matthias St. Pierre
2021-04-13apps: call ERR_print_errors when OSSL_PROVIDER_load failsPetr Gotthard
2021-04-13Note deprecated function/macros with no replacement.Pauli
2021-04-13Fix windows compiler error in kmac_prov.cShane Lontis
2021-04-13Add FIPS Self test for AES_ECB decryptShane Lontis
2021-04-12Remove the function EVP_PKEY_set_alias_typeMatt Caswell
2021-04-12Update KTLS documentationMatt Caswell
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-04-12kmac: update the documention for the customisation string maximum lengthPauli
2021-04-12kmac: fix customistation string overflow bugPauli
2021-04-12kmac: add long customisation string examplePauli
2021-04-12Add additional KMAC errorPauli
2021-04-09apps: fix warning about size_t / int conversionArmin Fuerst
2021-04-09crl2pkcs7 shouldn't include empty optional setsDave Coombs
2021-04-09Fix typos in x509.podNan Xiao
2021-04-09Small fixes and cleanups of provider API documentationTomas Mraz
2021-04-09provider-decoder.pod: Documentation of provider side decoder APITomas Mraz
2021-04-09Fix typo in statem_clnt.cNan Xiao
2021-04-09Inherit hostflags verify params even without hostsChristian Heimes
2021-04-08d2i_PrivateKey_decoder(): Fix premature exit on unsuccessful OSSL_DECODER_CTX...Dr. David von Oheimb
2021-04-08PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb
2021-04-08PEM_X509_INFO_read,{_bio}_ex(): Complete documentation in PEM_X509_INFO_read_...Dr. David von Oheimb
2021-04-08apps: fix Camellia CBC performance loopPauli
2021-04-08Prepare for 3.0 alpha 15Matt Caswell
2021-04-08Prepare for release of 3.0 alpha 14openssl-3.0.0-alpha14Matt Caswell
2021-04-08Update copyright yearMatt Caswell
2021-04-08Remove a TODO in EVP_set_default_propertiesMatt Caswell
2021-04-08Update the algorithm fetching documentation linksMatt Caswell
2021-04-08Update provider.podMatt Caswell
2021-04-08Add additional glossary entriesMatt Caswell
2021-04-08Expand the libcrypto documentationMatt Caswell
2021-04-08curve448: Integrate 64-bit reference implementationAmitay Isaacs
2021-04-08Configure: Check if 128-bit integers are supported by compilerAmitay Isaacs