summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-0653-295/+357
* Prevent over long nonces in ChaCha20-Poly1305Matt Caswell2019-03-061-1/+3
* Make it possible to trace the trace functionality itselfRichard Levitte2019-03-061-76/+178
* Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte2019-03-062-41/+32
* Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte2019-03-062-17/+7
* Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte2019-03-062-38/+30
* Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte2019-03-062-33/+16
* Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte2019-03-062-25/+17
* Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte2019-03-062-20/+14
* Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte2019-03-063-46/+30
* Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte2019-03-062-13/+7
* Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte2019-03-062-132/+67
* Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Adapt SSL_DEBUG to the new generic trace APIRichard Levitte2019-03-061-0/+1
* Make it possible to disable the TRACE APIRichard Levitte2019-03-061-8/+48
* Add generic trace APIRichard Levitte2019-03-063-0/+345
* Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli2019-03-063-26/+32
* Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte2019-03-051-2/+2
* openssl_strerror_r: Fix handling of GNU strerror_rVitezslav Cizek2019-03-041-3/+22
* Fix seeding from random device w/o getrandom syscallBernd Edlinger2019-03-011-3/+26
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-283-0/+3
* Implement SSH KDFSimo Sorce2019-02-279-5/+317
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-271-0/+1
* Fix the default digest algorthm of SM2Paul Yang2019-02-271-1/+6
* Support raw input data in apps/pkeyutlPaul Yang2019-02-271-0/+3
* Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte2019-02-261-0/+18
* Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte2019-02-252-1/+1
* Ensure bn_cmp_words can handle the case where n == 0Matt Caswell2019-02-251-0/+3
* CID 1442835: Integer OverflowPauli2019-02-241-1/+1
* CID 1442836: Resource leaksPauli2019-02-241-1/+2
* MIPS32R3 provides the EXT instruction to extract bits fromMarkus Stockhausen2019-02-201-49/+85
* cfi build fixes in x86-64 ghash assemblyShane Lontis2019-02-201-0/+2
* Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri2019-02-201-1/+3
* sha/keccak1600.c: subscribe more platforms for "complementing" optimization.Andy Polyakov2019-02-191-1/+8
* Don't interleave handshake and other record types in TLSv1.3Matt Caswell2019-02-191-0/+2
* cygwin: drop explicit O_TEXTCorinna Vinschen2019-02-181-4/+5
* Property: naming and manual clarifiationsRichard Levitte2019-02-181-22/+21
* Don't leak EVP_KDF_CTX on errorMatt Caswell2019-02-181-4/+5
* generated filesPauli2019-02-182-0/+80
* Properties for implementation selection.Pauli2019-02-1814-5/+2154
* Check for unpaired .cfi_remember_stateDavid Benjamin2019-02-171-1/+7
* Fix some CFI issues in x86_64 assemblyDavid Benjamin2019-02-179-2/+127
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-1711-4/+141
* ARM64 assembly pack: make it Windows-friendly.Andy Polyakov2019-02-168-220/+191
* ARM assembly pack: make it Windows-friendly.Andy Polyakov2019-02-1616-73/+185
* s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer2019-02-161-1/+1
* Add an OpenSSL library contextRichard Levitte2019-02-162-1/+111
* Add CRYPTO_alloc_ex_data()Richard Levitte2019-02-161-0/+30
* Add EC_GROUP_get0_fieldDavid Asraf2019-02-151-0/+5
* Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte2019-02-151-12/+13