summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Support SM2 certificate verification杨洋2019-03-133-0/+10
* Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte2019-03-121-0/+52
* Replumbing: Add support for the provider query_operation functionRichard Levitte2019-03-122-0/+7
* Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte2019-03-121-0/+6
* OSSL_PARAM helper functions.Pauli2019-03-122-13/+206
* Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte2019-03-121-2/+2
* 2nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb2019-03-123-8/+79
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDavid von Oheimb2019-03-121-0/+137
* added generated filesShane Lontis2019-03-121-0/+12
* Replumbing: New public API to load or add providersRichard Levitte2019-03-112-0/+35
* Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte2019-03-116-0/+189
* Add regenerated header filesRich Salz2019-03-1132-28/+153
* util/mkerr.pl: Add an inclusion of symhacks.h in all error filesRich Salz2019-03-111-2/+0
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-0618-303/+246
* Make it possible to trace the trace functionality itselfRichard Levitte2019-03-061-12/+13
* Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte2019-03-061-2/+3
* Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-3/+4
* Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-1/+2
* Make it possible to disable the TRACE APIRichard Levitte2019-03-061-4/+28
* Add generic trace APIRichard Levitte2019-03-061-0/+255
* Replumbing: Add include/openssl/core.h, initially with core typesRichard Levitte2019-02-272-0/+148
* Implement SSH KDFSimo Sorce2019-02-273-0/+21
* Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte2019-02-261-0/+2
* Don't interleave handshake and other record types in TLSv1.3Matt Caswell2019-02-191-1/+2
* generated filesPauli2019-02-181-0/+46
* Properties for implementation selection.Pauli2019-02-184-1/+43
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-171-1/+5
* Add an OpenSSL library contextRichard Levitte2019-02-163-1/+15
* Add CRYPTO_alloc_ex_data()Richard Levitte2019-02-161-0/+4
* Add EC_GROUP_get0_fieldDavid Asraf2019-02-151-0/+6
* Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte2019-02-153-38/+45
* Add option to disable Extended Master SecretTodd Short2019-02-151-9/+12
* Fix no-stdioMatt Caswell2019-02-151-0/+2
* Added new EVP/KDF API.David Makepeace2019-02-134-8/+78
* Make OPENSSL_malloc_init() a no-opMatt Caswell2019-02-071-7/+2
* blake2: backport changes to blake2sAntoine Salon2019-02-061-0/+2
* blake2: register MAC objectsAntoine Salon2019-02-062-0/+10
* blake2b: add EVP_MAC APIAntoine Salon2019-02-062-0/+4
* Remove unnecessary trailing whitespaceSam Roberts2019-02-052-7/+7
* Make some simple getters take const SSL/SSL_CTXSam Roberts2019-02-051-10/+10
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-0/+12
* Reuse already defined macrosPetr Vorel2019-01-301-7/+2