summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document and add macros for additional DSA optionsDavid Benjamin2019-01-301-0/+6
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-277-55/+129
* add an additional async notification communication method based on callbackPing Yu2019-01-272-0/+23
* Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft2019-01-272-2/+62
* X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre2019-01-251-0/+4
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-5/+1
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-211-0/+2
* update Copyright dateDavid von Oheimb2019-01-211-1/+1
* add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb2019-01-211-2/+2
* crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte2019-01-161-7/+7
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-072-2/+13
* Implement OPENSSL_INIT_NO_ATEXITMatt Caswell2019-01-041-1/+1
* Fix a RUN_ONCE bugMatt Caswell2019-01-041-0/+92