summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-12-04Add the ability to supress deprecation warningsMatt Caswell
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb
2019-12-04util/mkerr.pl: don't stop reading conserved symbols from the state fileRichard Levitte
2019-12-04configdata.pm.in: Don't try to quotify undefined valuesRichard Levitte
2019-12-03Update NOTES.ANDROID for newer NDK versions + small fixes.zero
2019-12-03Set argument only after successful dup on CMP APIsraja-ashok
2019-12-01Fix typos in fipsinstall testDr. Matthias St. Pierre
2019-11-29util/find-doc-nits: ignore macros ending in _fnsigRichard Levitte
2019-11-29util/find-doc-nits: limit the prototype checkRichard Levitte
2019-11-29Add NEWS and CHANGES entries about OSSL_SERIALIZERRichard Levitte
2019-11-29TEST: add tests of text and PEM printout of a provider made keyRichard Levitte
2019-11-29PROV SERIALIZER: add support for writing DSA keys and parametersRichard Levitte
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-29Make sure we only run the self tests onceMatt 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-29Add a test for NULL chunks in encrypt/decryptMatt Caswell
2019-11-29Make sure we handle input NULL with length 0Matt Caswell
2019-11-29Configure: make it possible to have generated generatorsRichard Levitte
2019-11-29Adapt *.tmpl to generate docs at build timeRichard Levitte
2019-11-29Add doc/build.info to build the documentationRichard Levitte
2019-11-29Add the possibility to generate documentation at build timeRichard Levitte
2019-11-29configdata.pm.in, util/dofile.pl: load 'platform' unconditionallyRichard Levitte
2019-11-29apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte
2019-11-28Fix L<EVP_MD_CTX_set_pkey_ctx> linksmoehuster
2019-11-28chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctlyArd Biesheuvel
2019-11-28Use option/parameter consistently.Rich Salz
2019-11-28Document more env var stuff, fix some typo'sRich Salz
2019-11-27test/cipher_overhead_test.c: build unconditionallyRichard Levitte
2019-11-27util/find-doc-nits: Better parsing of linksRichard Levitte
2019-11-27doc/man7/proxy-certificates.pod: New guide for proxy certificatesRichard Levitte
2019-11-26Property: fix memory leak.Pauli
2019-11-25Cache constants for fetched EVP_cipherShane Lontis
2019-11-24Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.John Baldwin
2019-11-24Property: fix intermittent test failure.Pauli
2019-11-24Remove RANDFILE settings from configuration filesDr. Matthias St. Pierre
2019-11-24Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same th...Matus Kysel
2019-11-23Process GOST ClientKeyExchange message in SSL_traceDaniil Zotkin