summaryrefslogtreecommitdiffstats
path: root/doc/man3 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-27man: clarify the 'random number generator must be seeded' requirementDr. Matthias St. Pierre12-29/+57
2019-06-27man: fix documentation for RSA_generate_key()Dr. Matthias St. Pierre1-2/+2
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell5-41/+51
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk4-40/+42
2019-06-26Revert "Delay setting the sig algs until after the cert_cb has been called"Benjamin Kaduk1-17/+15
2019-06-26Add regression test for #9099Benjamin Kaduk1-2/+38
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger5-32/+30
2019-06-26Fix incorrect usage of a test casePaul Yang1-4/+5
2019-06-26The params_test uses wrong size for BN check.Pauli1-4/+4
2019-06-25EC only uses approved curves in FIPS mode.Shane Lontis8-28/+115
2019-06-25Fix s390x build errors and warningsPatrick Steuer1-1/+2
2019-06-24OSSL_TRACE: enhance documentation and fix doc-nit errorsDr. Matthias St. Pierre1-18/+79
2019-06-24Cross-linked the man(1) pages of kdf & pkeyutl.Santhosh Rameshwarapu2-1/+3
2019-06-24OSSL_NAMEMAP: make names case insensitiveRichard Levitte2-2/+9
2019-06-24Add a namemap testRichard Levitte3-0/+79
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte4-90/+119
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli2-4/+39
2019-06-24Enhance and update the docs of the internal ossl_provider APIRichard Levitte2-64/+136
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli33-498/+359
2019-06-24Add documentation for CRYPTO_memcmp.Pauli3-2/+39
2019-06-22crypto/trace.c: Remove unexisting categoriesRichard Levitte1-2/+0
2019-06-22OSSL_TRACE: ensure it's initialisedRichard Levitte1-3/+12
2019-06-21Handle CTRL-C as non-redoable abort signalBernd Edlinger1-0/+2
2019-06-21Remove OPENSSL_memcmp.Pauli7-38/+5
2019-06-21Print thread IDs nicely.Pauli4-61/+35
2019-06-20test/testutil/init.c, apps/openssl.c: add trace cleanup handle earlierRichard Levitte2-2/+14
2019-06-20Update test/READMEFrederik Wedel-Heinen1-2/+3
2019-06-19Add SSL_shutdown to SSL_get_error's documentationMiquel Ruiz1-3/+3
2019-06-19Fix UEFI build on FreeBSD by not including system headersRebecca Cran1-1/+1
2019-06-19Fix a doc-nits failureMatt Caswell1-0/+2
2019-06-19Fix and document BIO_FLAGS_NONCLEAR_RST behavior on memory BIOTomas Mraz3-11/+59