summaryrefslogtreecommitdiff
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a documentation bug in ec.hMatt Caswell2019-08-291-2/+0
* 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
* 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
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-154-44/+76
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-0/+1
* Rename provider and core get_param_types functionsRichard Levitte2019-08-152-5/+5
* 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
* Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre2019-08-011-0/+2
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-312-0/+2
* Add evp_util macrosShane Lontis2019-07-311-0/+5
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-312-10/+0
* Refactor provider support for reporting errorsRichard Levitte2019-07-311-9/+11
* ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte2019-07-311-3/+8
* ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte2019-07-311-43/+50
* ERR: Add new building blocks for reporting errorsRichard Levitte2019-07-311-0/+9
* ERR: refactor useful inner macros to err_locl.h. Add function name fieldRichard Levitte2019-07-311-0/+1
* Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNCRichard Levitte2019-07-312-115/+144
* ERR: re-use the err_data field when possibleRichard Levitte2019-07-301-0/+1
* Add functions to see if a provider is available for use.Richard Levitte2019-07-261-0/+1
* Document the provider DIGEST operationMatt Caswell2019-07-251-5/+3
* Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre2019-07-241-3/+0
* Enforce a minimum DH modulus size of 512 bitsBernd Edlinger2019-07-241-0/+1