summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2019-09-06Cleanse KDF error filesPauli
2019-09-06KDF/PRF updates to libcryptoPauli
2019-09-06KDF provider conversion error updates - generatedPauli
2019-09-06KDF additons to names and numbersPauli
2019-09-06Remove old KDF initialisationPauli
2019-09-05Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni
2019-09-05Change provider params from int to size_tShane Lontis
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-09-02Add CPU info to the speed command summaryBernd Edlinger
2019-09-02Diverse ERR fixesRichard Levitte
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger
2019-08-29Fix a documentation bug in ec.hMatt Caswell
2019-08-29Make sure we pre-initialise propertiesMatt Caswell
2019-08-27OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte
2019-08-21Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte
2019-08-21Constify param builder string functions.Pauli
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-19Untangle / retangle opensslv.h, openssslconf.h and macros.hRichard Levitte
2019-08-19cipher cleanups.Shane Lontis
2019-08-19Add fips provider code for handling self test dataShane Lontis
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte
2019-08-15Add EVP_MAC_provider()Richard Levitte
2019-08-15Move BLAKE2 MACs to the providersRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Make more use of OSSL_PARAM for digestsRichard Levitte
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-12enable DECLARE_DEPRECATED macro for Oracle Developer Studio compilerVladimir Kotal
2019-08-09Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methodsraja-ashok
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-08-07Fix BN error reportingMatt Caswell
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok
2019-08-06Fix ECDSA_SIG docsMatt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-06Correct the Extended Master Secret string for EBCDICMatt Caswell
2019-08-05Documentation for the provider Key Exchange operationMatt Caswell
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell