aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte1-2/+2
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb3-8/+79
2019-03-12Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDavid von Oheimb1-0/+137
2019-03-12added generated filesShane Lontis1-0/+12
2019-03-11Replumbing: New public API to load or add providersRichard Levitte2-0/+35
2019-03-11Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte6-0/+189
2019-03-11Add regenerated header filesRich Salz32-28/+153
2019-03-11util/mkerr.pl: Add an inclusion of symhacks.h in all error filesRich Salz1-2/+0
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb18-303/+246
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