summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-03-13Support SM2 certificate verification杨洋
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte
2019-03-12Replumbing: Add support for the provider query_operation functionRichard Levitte
2019-03-12Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte
2019-03-12Change OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTRRichard Levitte
2019-03-12OSSL_PARAM helper functions.Pauli
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte
2019-03-122nd chunk: CRMF code (crypto/crmf/, ) and its integrationDavid von Oheimb
2019-03-12added generated filesShane Lontis
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis
2019-03-11s390x assembly pack: import chacha from cryptogams repoPatrick Steuer
2019-03-11Replumbing: New public API to load or add providersRichard Levitte
2019-03-11Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte
2019-03-11fix truncation of integers on 32bit AIXShane Lontis
2019-03-11sha/asm/keccak1600-ppc64.pl: up 10% performance improvement.Andy Polyakov
2019-03-08Change arg to cms_CompressedData_init_bio to be constMatt Caswell
2019-03-07Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger
2019-03-07Avoid an underflow in ecp_nistp521.cMatt Caswell
2019-03-07FIPS AES_GCM IV gen changesShane Lontis
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