aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* Regenerate mkerr filesRich Salz2019-07-1632-1863/+1934
* Remove function name from errorsRich Salz2019-07-161-41/+41
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-162-10/+15
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-152-0/+4
* Make allocation/free/clean available to providersRich Salz2019-07-111-1/+56
* Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte2019-07-111-1/+1
* Make more use of OSSL_PARAM for ciphersRichard Levitte2019-07-112-9/+9
* Add X9.42 KDF.Shane Lontis2019-07-093-4/+21
* Avoid NULL pointer dereference. Fixes #9043.Dmitry Belyavskiy2019-07-081-0/+1
* Fix a typo and a syntax error in opensslconf.hBernd Edlinger2019-07-041-2/+2
* Fix comment; unchecked->checkedRich Salz2019-07-021-1/+1
* Make BIGNUM rand functions available within the FIPS moduleMatt Caswell2019-07-021-0/+4
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+1
* Replumbing: re-implement error reporting for providersRichard Levitte2019-07-021-3/+8
* Remove EXPORT_VAR_AS_FUNCRich Salz2019-07-013-75/+12
* Remove global-var/function macrosRich Salz2019-07-011-23/+0
* Remove DES_check_key globalRich Salz2019-07-011-5/+1
* Remove NextStep supportRich Salz2019-07-012-12/+0
* Change RC5_32_set_key to return an int typeMatt Caswell2019-07-011-2/+2
* Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell2019-07-011-0/+2
* Fix TyposAntoine Cœur2019-07-012-3/+3
* Add OIDs for kmac128, kmac256 and blake2.Pauli2019-07-011-18/+22
* Support SM2 certificate signingPaul Yang2019-06-282-0/+5
* Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell2019-06-281-2/+2
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-271-26/+0
* Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2019-06-261-6/+3
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-245-111/+59
* Add the function OPENSSL_thread_stop_ex()Matt Caswell2019-06-171-0/+1
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-172-3/+19
* Replumbing: offer a core upcall to get the provider object's library contextRichard Levitte2019-06-171-0/+3
* Fix typo mistake on calls to SSL_ctrl in ssl.hraja-ashok2019-06-121-30/+30
* TLS1.3 FFDHE Supportraja-ashok2019-06-121-0/+2
* Fix an incorrect macroMatt Caswell2019-06-121-1/+1
* Make BIGNUM code available from within the FIPS moduleMatt Caswell2019-06-121-0/+1
* Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell2019-06-122-0/+3
* Remove redundant includeAcheev Bhagat2019-06-121-4/+0
* Add defines to indicate if intypes.h and stdint.h are unavailableShane Lontis2019-06-111-0/+6
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-112-23/+29
* Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis2019-06-112-3/+2
* Change cipher default strings to a functionTodd Short2019-06-111-9/+21
* Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2019-06-071-0/+7
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-062-2/+3
* Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre2019-06-061-1/+1
* Move digests to providersShane Lontis2019-06-043-4/+18
* Add missing parentheses in macroMathias Berchtold2019-06-031-1/+1
* Add the content type attribute to additional CMS signerinfo.Shane Lontis2019-06-031-0/+2
* Constify OSSL_PROVIDER getter input parametersRichard Levitte2019-05-311-2/+3
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer2019-05-304-3/+280
* Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis2019-05-272-0/+8
* issue-8973: Added const to parameters for values that were not alteredagnosticdev2019-05-241-2/+2