summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add the function OPENSSL_thread_stop_ex()Matt Caswell2019-06-171-0/+1
* Tell the FIPS provider about thread stop eventsMatt Caswell2019-06-173-4/+21
* Provide a version of ossl_init_thread_start that works in FIPS modeMatt Caswell2019-06-171-1/+2
* Add the function openssl_ctx_get_concrete()Matt Caswell2019-06-171-0/+2
* 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
* EVP fetching: make operation_id part of the method identityRichard Levitte2019-06-101-3/+5
* Move the rand_nonce_lock code into drbg_lib.cMatt Caswell2019-06-071-2/+3
* Make the rand_crng code OPENSSL_CTX awareMatt Caswell2019-06-071-1/+2
* Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell2019-06-072-1/+9
* 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-047-4/+261
* 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-312-6/+7
* 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
* Make core code available within the FIPS moduleMatt Caswell2019-05-231-0/+7
* Fix GOST OIDvoev2019-05-221-1/+1
* Change SSL parameter SSL_session_reused constArne Schwabe2019-05-211-1/+1
* Clear CRMF vs CMP confusionRichard Levitte2019-05-202-3/+3
* Added X963KDF APIShane Lontis2019-05-163-0/+8
* EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte2019-05-121-5/+5
* Create internal number<->name mapping APIRichard Levitte2019-05-122-1/+23
* Fixed 32bit issue for kdf_optsShane Lontis2019-05-091-4/+2
* ossl_bsearch(): New generic internal binary search utility functionRichard Levitte2019-05-081-0/+11
* Coverity CID 1444960: Error handling issuesPauli2019-05-081-0/+1
* ssl: Add SSL_sendfileBoris Pismenny2019-05-073-0/+4
* Linux ktls sendfileBoris Pismenny2019-05-071-0/+15
* Added generated files for EVP_KDF changesShane Lontis2019-05-031-0/+1
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-034-2/+13
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-025-12/+68
* Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell2019-05-021-0/+8
* Structure alignment macro.Pauli2019-05-011-1/+11
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-303-25/+34
* Replumbing: make the oneshot proider cipher function like the othersRichard Levitte2019-04-301-2/+3
* Fix error in BIO_get_ktls_send() and BIO_get_ktls_recv()Matt Caswell2019-04-251-4/+11
* Fix KTLS compilation errorMatt Caswell2019-04-251-0/+4
* Add a way for the application to get OpenSSL configuration dataRichard Levitte2019-04-231-0/+12