summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-19apps: Fix deprecation conditional in speed.cPauli
2020-01-19Deprecate the low level IDEA functions.Pauli
2020-01-19idea: fix preprocessor indentionPauli
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-19TODO: undo md5.h and sha.h changes temporarilyPauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-19sha: fix preprocessor indentationPauli
2020-01-18Add GNU properties note for Intel CET in x86_64-xlate.plRichard Levitte
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-17CORE: renumber OSSL_FUNC_KEYMGMT macrosRichard Levitte
2020-01-17DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte
2020-01-17Add CHANGES entry regarding the documentation of EVP_PKEY_size() et alRichard Levitte
2020-01-17DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte
2020-01-17DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte
2020-01-17TEST: Adapt test/evp_pkey_provided_test.c to check the key sizeRichard Levitte
2020-01-17PROV: Adapt the RSA, DSA and DH KEYMGMT implementationsRichard Levitte
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2020-01-17Build file templates: Use explicit files instead of $< or $? for podsRichard Levitte
2020-01-17news: combined NEWS entry for deprecated low level cipher functionsPauli
2020-01-17changes: combined CHANGES entry for deprecated low level cipher functions.Pauli
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2020-01-17Digest function deprecation CHANGES.Pauli
2020-01-16Update SSL_CTX_sess_set_new_cb(3) docs for refcountsBenjamin Kaduk
2020-01-16Move the stored namemap pre-population to namemap constructionRichard Levitte
2020-01-16Add doc for TS_VERIFY_CTX_set_certs()Paul Yang
2020-01-15PROV: Adapt the DSA keymgmt implementation to no ex_fieldsRichard Levitte
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-16Deprecate the low level RC5 functionsPauli
2020-01-16rc5: fix preprocessor indentationPauli
2020-01-16Deprecate the low level RC4 functionsPauli
2020-01-16rc4: fix preprocessor indentationPauli
2020-01-16Deprecate the low level RC2 functionsPauli
2020-01-16rc2: fix preprocessor indentationPauli
2020-01-16Deprecate the low level SEED functionsPauli
2020-01-16seed: fix preprocessor indentationPauli
2020-01-15Restoring correct check for legacy PKEYDmitry Belyavskiy
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte
2020-01-14Avoid leak in error path of asn1_parse2kinichiro
2020-01-14PROV: Fix mixup between general and specialized GCM implementationsRichard Levitte
2020-01-14Fix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign,Verify}() for provider...Richard Levitte
2020-01-14The MD2 test uses the EVP APIs not the low level ones.Pauli
2020-01-13Remove duplicatesRich Salz
2020-01-13Better documentation of -www,-WWW,-HTTP flagsRich Salz
2020-01-13Refactor the tls/dlts version optionsRich Salz
2020-01-13Add a test for HMAC via EVP_DigestSign*Matt Caswell
2020-01-13Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is setMatt Caswell