aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Make it possible to trace the trace functionality itselfRichard Levitte1-12/+13
2019-03-06Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte1-2/+3
2019-03-06Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte1-3/+4
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte1-1/+2
2019-03-06Make it possible to disable the TRACE APIRichard Levitte1-4/+28
2019-03-06Add generic trace APIRichard Levitte1-0/+255
2019-02-27Replumbing: Add include/openssl/core.h, initially with core typesRichard Levitte2-0/+148
2019-02-27Implement SSH KDFSimo Sorce3-0/+21
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte1-0/+2
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell1-1/+2
2019-02-18generated filesPauli1-0/+46
2019-02-18Properties for implementation selection.Pauli4-1/+43
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley1-1/+5
2019-02-16Add an OpenSSL library contextRichard Levitte3-1/+15
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte1-0/+4
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf1-0/+6
2019-02-15Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte3-38/+45
2019-02-15Add option to disable Extended Master SecretTodd Short1-9/+12
2019-02-15Fix no-stdioMatt Caswell1-0/+2
2019-02-13Added new EVP/KDF API.David Makepeace4-8/+78
2019-02-07Make OPENSSL_malloc_init() a no-opMatt Caswell1-7/+2
2019-02-06blake2: backport changes to blake2sAntoine Salon1-0/+2
2019-02-06blake2: register MAC objectsAntoine Salon2-0/+10
2019-02-06blake2b: add EVP_MAC APIAntoine Salon2-0/+4
2019-02-05Remove unnecessary trailing whitespaceSam Roberts2-7/+7
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts1-10/+10
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen1-0/+12
2019-01-30Reuse already defined macrosPetr Vorel1-7/+2
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin1-0/+6
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono7-55/+129
2019-01-27add an additional async notification communication method based on callbackPing Yu2-0/+23
2019-01-27Add "weak" declarations of symbols used in safestack.h and lhash.hMatthias Kraft2-2/+62
2019-01-25X509_STORE: fix two misspelled compatibility macrosDr. Matthias St. Pierre1-0/+4
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias1-5/+1
2019-01-21PPC: Try out if mftb works before using itBernd Edlinger1-0/+2
2019-01-21update Copyright dateDavid von Oheimb1-1/+1
2019-01-21add 'L' after _OPENSSL_VERSION_PRE_RELEASE literals, fixes #8021David von Oheimb1-2/+2
2019-01-16crypto/bio/b_dump.c: change all char* to void*, and constifyRichard Levitte1-7/+7
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni2-2/+13
2019-01-04Implement OPENSSL_INIT_NO_ATEXITMatt Caswell1-1/+1
2019-01-04Fix a RUN_ONCE bugMatt Caswell1-0/+92
2019-01-03make updateMatt Caswell1-1/+1