summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-12-10Move U64 macro from sha.h to sha512.cavas
2019-12-06Improve the overflow handling in rsaz_512_sqrBernd Edlinger
2019-12-06Fix an overflow bug in rsaz_512_sqrAndy Polyakov
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-12-03Set argument only after successful dup on CMP APIsraja-ashok
2019-11-29PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte
2019-11-29PROV SERIALIZER: add support for writing RSA keysRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte
2019-11-29SERIALIZER: add hooks in EVP_PKEY_print_ routinesRichard Levitte
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte
2019-11-29SERIALIZER: add functions for serialization to fileRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-29CORE: pass the full algorithm definition to the method constructorRichard Levitte
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte
2019-11-29Disable mem leak checking for the self test lockMatt Caswell
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell
2019-11-29Check that OPENSSL_zalloc was successful when creating EVP typesMatt Caswell
2019-11-28chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctlyArd Biesheuvel
2019-11-26Property: fix memory leak.Pauli
2019-11-25Cache constants for fetched EVP_cipherShane Lontis
2019-11-24Property: fix intermittent test failure.Pauli
2019-11-24Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same th...Matus Kysel
2019-11-22UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte
2019-11-22Thread: Avoid a NULL dereference after failed initialisation.Pauli
2019-11-22Core: allow NULL argument to stored_namemap_free().Pauli
2019-11-21EVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.Pauli
2019-11-21Engine: Add NULL check.Pauli
2019-11-21ECDSA: don't clear free memory after verify.Pauli
2019-11-20Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte
2019-11-20Fix sha512_block_data_order_avx2 backtrace infoBernd Edlinger
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-11-19EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell
2019-11-18Properties: make query cache reference count aware.Pauli
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-11-17s390x assembly pack: fix bn_mul_comba4Patrick Steuer
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu
2019-11-14Fix an uninitialised read in conf_def.cMatt Caswell
2019-11-14Fix no-blake2Matt Caswell
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte
2019-11-14Move RSA Asym cipher code to the default providerMatt Caswell
2019-11-14Increase OSSL_PARAM_BLD_MAX for multi-prime RSAMatt Caswell
2019-11-14Implement provider support for Asym CiphersMatt Caswell
2019-11-14Allow strings in params to be of zero lengthMatt Caswell
2019-11-14Allow setting a NULL pointer in a params structureMatt Caswell
2019-11-13chacha_enc.c: fix for EBCDIC platformsJoerg Schmidbauer
2019-11-13Fix EC_POINT_bn2point() for BN_zero()Nicola Tuveri