aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte8-27/+225
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte13-18/+76
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte22-22/+22
2020-01-17Build file templates: Use explicit files instead of $< or $? for podsRichard Levitte3-8/+12
2020-01-17news: combined NEWS entry for deprecated low level cipher functionsPauli1-0/+2
2020-01-17changes: combined CHANGES entry for deprecated low level cipher functions.Pauli1-33/+32
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang7-1/+87
2020-01-17Digest function deprecation CHANGES.Pauli2-0/+22
2020-01-16Update SSL_CTX_sess_set_new_cb(3) docs for refcountsBenjamin Kaduk1-6/+12
2020-01-16Move the stored namemap pre-population to namemap constructionRichard Levitte2-96/+105
2020-01-16Add doc for TS_VERIFY_CTX_set_certs()Paul Yang4-2/+58
2020-01-15PROV: Adapt the DSA keymgmt implementation to no ex_fieldsRichard Levitte1-4/+2
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte9-9/+30
2020-01-16Deprecate the low level RC5 functionsPauli14-38/+111
2020-01-16rc5: fix preprocessor indentationPauli1-12/+12
2020-01-16Deprecate the low level RC4 functionsPauli15-22/+79
2020-01-16rc4: fix preprocessor indentationPauli1-5/+5
2020-01-16Deprecate the low level RC2 functionsPauli13-33/+94
2020-01-16rc2: fix preprocessor indentationPauli1-8/+8
2020-01-16Deprecate the low level SEED functionsPauli11-42/+98
2020-01-16seed: fix preprocessor indentationPauli1-16/+16
2020-01-15Restoring correct check for legacy PKEYDmitry Belyavskiy1-1/+1
2020-01-15Add FIPS Self test kats for digestsShane Lontis22-38/+1181
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte3-4/+11
2020-01-14Avoid leak in error path of asn1_parse2kinichiro1-16/+20
2020-01-14PROV: Fix mixup between general and specialized GCM implementationsRichard Levitte6-76/+76
2020-01-14Fix EVP_Digest{Sign,Verify}Final() and EVP_Digest{Sign,Verify}() for provider...Richard Levitte1-12/+26
2020-01-14The MD2 test uses the EVP APIs not the low level ones.Pauli5-107/+47
2020-01-13Remove duplicatesRich Salz1-29/+0
2020-01-13Better documentation of -www,-WWW,-HTTP flagsRich Salz2-15/+23
2020-01-13Refactor the tls/dlts version optionsRich Salz7-90/+119
2020-01-13Add a test for HMAC via EVP_DigestSign*Matt Caswell1-24/+61
2020-01-13Always go the legacy route if EVP_MD_CTX_FLAG_NO_INIT is setMatt Caswell1-2/+5
2020-01-13Deprecate the Low Level CAST APIsMatt Caswell15-36/+130
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell14-49/+150
2020-01-13handle new findings of find-doc-nits on fn typedefs w/ extra spaceDr. David von Oheimb3-27/+27
2020-01-13make find-doc-nits report function typedef w/ space before arg listDr. David von Oheimb1-0/+5
2020-01-13handle new findings of find-doc-nits for certain typedefsDr. David von Oheimb4-0/+14
2020-01-13improve 'typedef' patterns of find-doc-nitsDr. David von Oheimb1-2/+2
2020-01-13Configure: use $list_separator_re only for defines and includesRichard Levitte1-2/+6
2020-01-12When deprecated symbols are removed, ensure liblegacy has WHIRLPOOLRichard Levitte1-3/+11
2020-01-12Deprecate the low level Whirlpool functions.Pauli7-17/+50
2020-01-12whirlpool: fix preprocessor indentationPauli1-10/+10
2020-01-12Deprecate the low level MDC2 functions.Pauli12-21/+82
2020-01-12mdc2: fix preprocessor indentationPauli1-9/+9
2020-01-12Deprecate the low level MD4 functions.Pauli9-20/+60
2020-01-12md4: fix preprocessor indentationPauli1-10/+10
2020-01-12Deprecate the low level MD2 functions.Pauli11-22/+73
2020-01-12md2: fix preprocessor indentationPauli1-7/+7
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli9-20/+71