aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* More KDF cleanupRichard Levitte2019-09-061-10/+0
* KDF error codes reworkedPauli2019-09-062-3/+10
* Cleanse KDF error filesPauli2019-09-062-118/+6
* KDF/PRF updates to libcryptoPauli2019-09-061-28/+37
* KDF provider conversion error updates - generatedPauli2019-09-062-0/+4
* KDF additons to names and numbersPauli2019-09-062-0/+55
* Remove old KDF initialisationPauli2019-09-061-2/+2
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-052-14/+10
* Change provider params from int to size_tShane Lontis2019-09-052-26/+26
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-1/+2
* New function EVP_MD_free()Richard Levitte2019-09-041-1/+2
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-4/+1
* Add CPU info to the speed command summaryBernd Edlinger2019-09-021-0/+2
* Diverse ERR fixesRichard Levitte2019-09-021-12/+22
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-0/+4
* Fix a documentation bug in ec.hMatt Caswell2019-08-291-2/+0
* Make sure we pre-initialise propertiesMatt Caswell2019-08-291-0/+3
* OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte2019-08-271-0/+1
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+1
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-241-8/+5
* Support parsing of SM2 ID in hexdecimalPaul Yang2019-08-221-1/+0
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-222-8/+8
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-0/+1
* Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte2019-08-211-1/+1
* Constify param builder string functions.Pauli2019-08-211-2/+2
* Use macros internally for algorithm namesRichard Levitte2019-08-191-0/+10
* Untangle / retangle opensslv.h, openssslconf.h and macros.hRichard Levitte2019-08-193-10/+9
* cipher cleanups.Shane Lontis2019-08-191-26/+22
* Add fips provider code for handling self test dataShane Lontis2019-08-193-0/+63
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-12/+12
* Implement EVP_MAC_do_all_ex()Richard Levitte2019-08-151-0/+4
* Add EVP_MAC_provider()Richard Levitte2019-08-151-0/+1
* Move BLAKE2 MACs to the providersRichard Levitte2019-08-151-116/+0
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-155-44/+77
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-0/+1
* Rename provider and core get_param_types functionsRichard Levitte2019-08-154-9/+9
* Add missing EVP param utility functionsRichard Levitte2019-08-152-0/+25
* Make more use of OSSL_PARAM for digestsRichard Levitte2019-08-122-19/+20
* Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte2019-08-121-0/+10
* Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte2019-08-122-2/+9
* enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal2019-08-121-0/+5
* Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok2019-08-091-4/+8
* Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis2019-08-081-2/+6
* Fix BN error reportingMatt Caswell2019-08-071-1/+1
* API to get negotiated key exchange algorithm in TLS1.3raja-ashok2019-08-061-0/+3
* Fix ECDSA_SIG docsMatt Caswell2019-08-061-1/+2
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-7/+56
* Correct the Extended Master Secret string for EBCDICMatt Caswell2019-08-061-1/+1
* Documentation for the provider Key Exchange operationMatt Caswell2019-08-051-2/+2
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-1/+0