summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-12-19CRYPTO: split cipher_platform.h into algorithm specific headersRichard Levitte
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang
2019-12-18EVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()Richard Levitte
2019-12-18ASN1: Adapt ASN.1 output routines to use BIO_f_prefix()Richard Levitte
2019-12-18BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte
2019-12-18crypto/bio/build.info: split the source files in categoriesRichard Levitte
2019-12-18Fix unwind info for some trivial functionsBernd Edlinger
2019-12-18Fix build when enabling mdebug options.Rich Salz
2019-12-18Cleanup legacy digest methods.Shane Lontis
2019-12-17EVP: make it possible to init EVP_PKEY_CTX with provided EVP_PKEYRichard Levitte
2019-12-16Ensure EVP_PKEY_set1_DH detects X9.42 keysMatt Caswell
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb
2019-12-12rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre
2019-12-11Add support for otherName:NAIRealm in outputJan-Frederik Rieckers
2019-12-11Fix some typosVeres Lajos
2019-12-11Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian
2019-12-11crypto/perlasm/ppc-xlate.pl: add linux64v2 flavourAndy Polyakov
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