summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-03-06Prevent over long nonces in ChaCha20-Poly1305Matt Caswell
2019-03-06Make it possible to trace the trace functionality itselfRichard Levitte
2019-03-06Adapt BN_CTX_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt OPENSSL_DEBUG_DECRYPT to the new generic trace APIRichard Levitte
2019-03-06Adapt OPENSSL_POLICY_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace APIRichard Levitte
2019-03-06Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte
2019-03-06Adapt ENGINE_REF_COUNT_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt ENGINE_TABLE_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt ENGINE_CONF_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt CIPHER_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Adapt SSL_DEBUG to the new generic trace APIRichard Levitte
2019-03-06Make it possible to disable the TRACE APIRichard Levitte
2019-03-06Add generic trace APIRichard Levitte
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli
2019-03-05Deprecate the "hw" configuration options, make "padlockeng" disablableRichard Levitte
2019-03-04openssl_strerror_r: Fix handling of GNU strerror_rVitezslav Cizek
2019-03-01Fix seeding from random device w/o getrandom syscallBernd Edlinger
2019-02-28The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte
2019-02-27Implement SSH KDFSimo Sorce
2019-02-27The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte
2019-02-27Fix the default digest algorthm of SM2Paul Yang
2019-02-27Support raw input data in apps/pkeyutlPaul Yang
2019-02-26Add BN_native2bn and BN_bn2nativepad, for native BIGNUM import/exportRichard Levitte
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2019-02-25Ensure bn_cmp_words can handle the case where n == 0Matt Caswell
2019-02-24CID 1442835: Integer OverflowPauli
2019-02-24CID 1442836: Resource leaksPauli
2019-02-20MIPS32R3 provides the EXT instruction to extract bits fromMarkus Stockhausen
2019-02-21cfi build fixes in x86-64 ghash assemblyShane Lontis
2019-02-20Clear BN_FLG_CONSTTIME on BN_CTX_get()Nicola Tuveri
2019-02-19sha/keccak1600.c: subscribe more platforms for "complementing" optimization.Andy Polyakov
2019-02-19Don't interleave handshake and other record types in TLSv1.3Matt Caswell
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2019-02-18Property: naming and manual clarifiationsRichard Levitte
2019-02-18Don't leak EVP_KDF_CTX on errorMatt Caswell
2019-02-18generated filesPauli
2019-02-18Properties for implementation selection.Pauli
2019-02-17Check for unpaired .cfi_remember_stateDavid Benjamin
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-17SCA hardening for mod. field inversion in EC_GROUPBilly Brumley
2019-02-16ARM64 assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2019-02-16s390x assembly pack: fix formal interface bug in chacha modulePatrick Steuer
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-16Add CRYPTO_alloc_ex_data()Richard Levitte
2019-02-15Add EC_GROUP_get0_fieldDavid Asraf
2019-02-15Mark generated functions unused (applies to safestack, lhash, sparse_array)Richard Levitte