aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
* KDF/PRF updates to libcryptoPauli2019-09-061-21/+16
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-1/+0
* Fix platform specific issues with provider ciphersShane Lontis2019-09-011-0/+1
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+7
* Remove MAC cruftRichard Levitte2019-08-241-7/+0
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-221-3/+36
* prevent endless recursion when trace API is used within OPENSSL_init_crypto()Dr. David von Oheimb2019-08-201-1/+0
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-6/+6
* Adapt diverse code to provider based MACs.Richard Levitte2019-08-151-0/+1
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-21/+19
* Add missing EVP param utility functionsRichard Levitte2019-08-151-0/+6
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-0/+2
* Make more use of OSSL_PARAM for digestsRichard Levitte2019-08-121-3/+2
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-0/+1
* Rename X509_STORE ptr stored in opaque struct X509_STORE_CTXShane Lontis2019-07-311-1/+1
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-312-0/+22
* Add a mechnism to save the name of fetched methodsRichard Levitte2019-07-231-0/+2
* Allocate DRBG additional data pool from non-secure memoryBernd Edlinger2019-07-221-1/+2
* Add an internal API to access the KEYMGMT provider functionsRichard Levitte2019-07-221-0/+26
* Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte2019-07-221-1/+2
* Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte2019-07-222-0/+16
* Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte2019-07-221-3/+19
* Fix S390X compile error due to missing definesShane Lontis2019-07-181-6/+16
* Remove tab characters from C source files.Pauli2019-07-162-42/+42
* Make the EVP Key Exchange code provider awareMatt Caswell2019-07-161-0/+5
* Regenerate mkerr filesRich Salz2019-07-161-17/+23
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-163-22/+632
* Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell2019-07-121-4/+3
* Convert asn1_dsa.c to use the PACKET API insteadMatt Caswell2019-07-121-3/+4
* Add simple ASN.1 utils for DSA signature DER.David Makepeace2019-07-121-0/+23
* Make more use of OSSL_PARAM for ciphersRichard Levitte2019-07-111-3/+0
* Add X9.42 KDF.Shane Lontis2019-07-091-0/+1
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+6
* Support SM2 certificate signingPaul Yang2019-06-281-0/+3
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-271-0/+34
* Provide an ability to deregister thread stop handlersMatt Caswell2019-06-191-1/+2
* Standardise the function naming conventions in initthread.cMatt Caswell2019-06-171-2/+2
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-171-4/+4
* Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell2019-06-171-0/+1
* Split thread intialisation and handling out of init.cMatt Caswell2019-06-171-0/+2
* Convert thread stop handling into a publish/subscribe modelMatt Caswell2019-06-174-15/+3
* Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2019-06-071-1/+0
* Change EVP_MAC method from copy to dupKurt Roeckx2019-06-061-1/+1
* Move digests to providersShane Lontis2019-06-043-39/+3
* Add sparse array of const pointer typePauli2019-06-011-3/+8
* Added X963KDF APIShane Lontis2019-05-161-0/+1
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-8/+10
* Implement AES CBC ciphers in the default providerMatt Caswell2019-04-191-1/+5
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-191-0/+20
* Make X509_set_sm2_id consistent with other settersPaul Yang2019-04-091-1/+1