aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb8-9/+110
2019-12-04util/mkerr.pl: don't stop reading conserved symbols from the state fileRichard Levitte1-6/+0
2019-12-04configdata.pm.in: Don't try to quotify undefined valuesRichard Levitte1-1/+7
2019-12-03Update NOTES.ANDROID for newer NDK versions + small fixes.zero1-14/+25
2019-12-03Set argument only after successful dup on CMP APIsraja-ashok2-8/+23
2019-12-01Fix typos in fipsinstall testDr. Matthias St. Pierre3-13/+13
2019-11-29util/find-doc-nits: ignore macros ending in _fnsigRichard Levitte1-6/+7
2019-11-29util/find-doc-nits: limit the prototype checkRichard Levitte1-1/+4
2019-11-29Add NEWS and CHANGES entries about OSSL_SERIALIZERRichard Levitte2-0/+19
2019-11-29TEST: add tests of text and PEM printout of a provider made keyRichard Levitte4-92/+201
2019-11-29PROV SERIALIZER: add support for writing DSA keys and parametersRichard Levitte7-0/+714
2019-11-29PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte11-0/+723
2019-11-29PROV SERIALIZER: add support for writing RSA keysRichard Levitte12-10/+566
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte14-2/+467
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte7-3/+129
2019-11-29SERIALIZER: add hooks in EVP_PKEY_print_ routinesRichard Levitte1-0/+38
2019-11-29SERIALIZER: add hooks in PEM_write_bio_ and PEM_write_fp_ routinesRichard Levitte4-39/+175
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte17-2/+710
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte2-9/+9
2019-11-29SERIALIZER: add functions for serialization to fileRichard Levitte7-2/+120
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte22-5/+1165
2019-11-29CORE: pass the full algorithm definition to the method constructorRichard Levitte3-7/+8
2019-11-29CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte8-93/+121
2019-11-29Disable mem leak checking for the self test lockMatt Caswell5-5/+26
2019-11-29Make sure we only run the self tests onceMatt Caswell5-10/+103
2019-11-29Check the return from OPENSSL_buf2hexstr()Matt Caswell5-5/+20
2019-11-29Check that OPENSSL_zalloc was successful when creating EVP typesMatt Caswell2-0/+18
2019-11-29Add a test for NULL chunks in encrypt/decryptMatt Caswell1-0/+69
2019-11-29Make sure we handle input NULL with length 0Matt Caswell7-0/+32
2019-11-29Configure: make it possible to have generated generatorsRichard Levitte1-3/+11
2019-11-29Adapt *.tmpl to generate docs at build timeRichard Levitte4-32/+269
2019-11-29Add doc/build.info to build the documentationRichard Levitte3-1/+71
2019-11-29Add the possibility to generate documentation at build timeRichard Levitte2-8/+65
2019-11-29configdata.pm.in, util/dofile.pl: load 'platform' unconditionallyRichard Levitte2-4/+0
2019-11-29apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte1-3/+3
2019-11-28Fix L<EVP_MD_CTX_set_pkey_ctx> linksmoehuster2-2/+2
2019-11-28chacha/asm/chacha-armv8.pl: preserve FP registers d8 and d9 correctlyArd Biesheuvel1-2/+3
2019-11-28Use option/parameter consistently.Rich Salz2-9/+9
2019-11-28Document more env var stuff, fix some typo'sRich Salz9-31/+129
2019-11-27test/cipher_overhead_test.c: build unconditionallyRichard Levitte2-9/+6
2019-11-27util/find-doc-nits: Better parsing of linksRichard Levitte1-5/+7
2019-11-27doc/man7/proxy-certificates.pod: New guide for proxy certificatesRichard Levitte2-319/+363
2019-11-26Property: fix memory leak.Pauli1-1/+1
2019-11-25Cache constants for fetched EVP_cipherShane Lontis3-42/+37
2019-11-24Support ciphersuites using a SHA2 384 digest in FreeBSD KTLS.John Baldwin1-0/+3
2019-11-24Property: fix intermittent test failure.Pauli1-2/+6
2019-11-24Remove RANDFILE settings from configuration filesDr. Matthias St. Pierre23-55/+25
2019-11-24Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same th...Matus Kysel1-1/+1
2019-11-23Process GOST ClientKeyExchange message in SSL_traceDaniil Zotkin1-0/+4
2019-11-22UI_UTIL_wrap_read_pem_callback(): when |cb| is NULL, use PEM_def_callbackRichard Levitte1-1/+2