summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-22162-162/+162
* Russian Elbrus processors supportDmitry Belyavskiy2020-01-221-0/+1
* Add missing files to generatedRich Salz2020-01-223-2/+29
* Fix some missing doc links.Rich Salz2020-01-2228-76/+75
* Document the SSL_CTX_with_libctx() functionMatt Caswell2020-01-221-16/+30
* Introduce SSL_CTX_new_with_libex()Matt Caswell2020-01-224-8/+30
* PROV: Add support for error queue marks and implement in FIPS moduleRichard Levitte2020-01-213-18/+75
* EVP: clear error when falling back from failed EVP_KEYMGMT_fetch()Richard Levitte2020-01-214-17/+101
* Fix unwind info in crypto/rc4/asm/rc4-x86_64.plH.J. Lu2020-01-201-2/+5
* Implement the NULL cipher in the default providerMatt Caswell2020-01-205-1/+121
* Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell2020-01-2013-69/+48
* Don't register drbg_delete_thread_state twiceMatt Caswell2020-01-201-2/+12
* Fix init_thread_stopMatt Caswell2020-01-201-5/+10
* libssl: Eliminate as much use of EVP_PKEY_size() as possibleMatt Caswell2020-01-193-64/+40
* libcrypto: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-193-4/+10
* APPS & TEST: Eliminate as much use of EVP_PKEY_size() as possibleRichard Levitte2020-01-192-11/+10
* mdc2: use evp_test instead of a separate test application.Pauli2020-01-194-24/+45
* apps: Fix deprecation conditional in speed.cPauli2020-01-191-1/+1
* Deprecate the low level IDEA functions.Pauli2020-01-1914-51/+111
* idea: fix preprocessor indentionPauli2020-01-191-18/+18
* param_bld: add a padded BN call.Pauli2020-01-194-12/+49
* TODO: undo md5.h and sha.h changes temporarilyPauli2020-01-193-103/+84
* Deprecate the low level MD5 functions.Pauli2020-01-1915-33/+66
* Deprecate the low level SHA functions.Pauli2020-01-1926-141/+292
* sha: fix preprocessor indentationPauli2020-01-191-4/+4
* Add GNU properties note for Intel CET in x86_64-xlate.plRichard Levitte2020-01-181-0/+21
* EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte2020-01-187-129/+227
* CORE: renumber OSSL_FUNC_KEYMGMT macrosRichard Levitte2020-01-171-18/+18
* DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte2020-01-171-12/+11
* Add CHANGES entry regarding the documentation of EVP_PKEY_size() et alRichard Levitte2020-01-171-0/+6
* DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte2020-01-171-11/+11
* DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte2020-01-173-20/+85
* TEST: Adapt test/evp_pkey_provided_test.c to check the key sizeRichard Levitte2020-01-171-2/+8
* PROV: Adapt the RSA, DSA and DH KEYMGMT implementationsRichard Levitte2020-01-173-4/+99
* EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte2020-01-178-27/+225
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-1713-18/+76
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-1722-22/+22
* Build file templates: Use explicit files instead of $< or $? for podsRichard Levitte2020-01-173-8/+12
* news: combined NEWS entry for deprecated low level cipher functionsPauli2020-01-171-0/+2
* changes: combined CHANGES entry for deprecated low level cipher functions.Pauli2020-01-171-33/+32
* Add duplication APIs to ASN1_TIME and related typesPaul Yang2020-01-177-1/+87
* Digest function deprecation CHANGES.Pauli2020-01-162-0/+22
* Update SSL_CTX_sess_set_new_cb(3) docs for refcountsBenjamin Kaduk2020-01-161-6/+12
* Move the stored namemap pre-population to namemap constructionRichard Levitte2020-01-162-96/+105
* Add doc for TS_VERIFY_CTX_set_certs()Paul Yang2020-01-164-2/+58
* PROV: Adapt the DSA keymgmt implementation to no ex_fieldsRichard Levitte2020-01-151-4/+2
* CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2020-01-159-9/+30
* Deprecate the low level RC5 functionsPauli2020-01-1514-38/+111
* rc5: fix preprocessor indentationPauli2020-01-151-12/+12
* Deprecate the low level RC4 functionsPauli2020-01-1515-22/+79