summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_mul.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-22Add missing files to generatedRich Salz3-2/+29
2020-01-22Fix some missing doc links.Rich Salz28-76/+75
2020-01-22Document the SSL_CTX_with_libctx() functionMatt Caswell1-16/+30
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell4-8/+30
2020-01-21PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte3-18/+75
2020-01-21EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte4-17/+101
2020-01-20Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu1-2/+5
2020-01-20Implement the NULL cipher in the default providerMatt Caswell5-1/+121
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell13-69/+48
2020-01-20Don't register drbg_delete_thread_state twiceMatt Caswell1-2/+12
2020-01-20Fix init_thread_stopMatt Caswell1-5/+10
2020-01-19libssl: Eliminate as much use of EVP_PKEY_size() as possibleMatt Caswell3-64/+40
2020-01-19libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte3-4/+10
2020-01-19APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2-11/+10
2020-01-19mdc2: use evp_test instead of a separate test application.Pauli4-24/+45
2020-01-19apps: Fix deprecation conditional in speed.cPauli1-1/+1
2020-01-19Deprecate the low level IDEA functions.Pauli14-51/+111
2020-01-19idea: fix preprocessor indentionPauli1-18/+18
2020-01-19param_bld: add a padded BN call.Pauli4-12/+49
2020-01-19TODO: undo md5.h and sha.h changes temporarilyPauli3-103/+84
2020-01-19Deprecate the low level MD5 functions.Pauli15-33/+66
2020-01-19Deprecate the low level SHA functions.Pauli26-141/+292
2020-01-19sha: fix preprocessor indentationPauli1-4/+4
2020-01-18Add GNU properties note for Intel CET in x86_64-xlate.plRichard Levitte1-0/+21
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte7-129/+227
2020-01-17CORE: renumber OSSL_FUNC_KEYMGMT macrosRichard Levitte1-18/+18
2020-01-17DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte1-12/+11
2020-01-17Add CHANGES entry regarding the documentation of EVP_PKEY_size() et alRichard Levitte1-0/+6
2020-01-17DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte1-11/+11
2020-01-17DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte3-20/+85
2020-01-17TEST: Adapt test/evp_pkey_provided_test.c to check the key sizeRichard Levitte1-2/+8
2020-01-17PROV: Adapt the RSA, DSA and DH KEYMGMT implementationsRichard Levitte3-4/+99
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-16Digest 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-15Deprecate the low level RC5 functionsPauli14-38/+111
2020-01-15rc5: fix preprocessor indentationPauli1-12/+12
2020-01-15Deprecate the low level RC4 functionsPauli15-22/+79
2020-01-15rc4: fix preprocessor indentationPauli1-5/+5
2020-01-15Deprecate the low level RC2 functionsPauli13-33/+94