summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_PARAM_BLD.pod (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-19util/find-doc-nits: read full declarations as one line in name_synopsis()Richard Levitte1-2/+16
2020-07-19Fix typo for SSL_get_peer_certificate()Richard Levitte1-1/+1
2020-07-19Remove util/openssl-update-copyrightRichard Levitte1-63/+0
2020-07-18mac: always pass a non-NULL output size pointer to providers.Pauli1-6/+5
2020-07-17doc: Fix documentation of EVP_EncryptUpdate().Pauli1-4/+9
2020-07-17install: add notes about ignored seed sources in the FIPS provider.Pauli1-1/+5
2020-07-17rand: detect if FIPS approved randomness sources are being used.Pauli1-1/+33
2020-07-17Fix trailing whitespace mismatch error when running 02-test_errstr.Shane Lontis1-1/+5
2020-07-1699-test_fuzz.t: Clean up and re-organize such that sub-tests could be split e...Dr. David von Oheimb4-24/+68
2020-07-16test/run_tests.pl: In parallel runs, start those tests first that run longestDr. David von Oheimb1-33/+43
2020-07-16x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb4-25/+54
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb12-19/+18
2020-07-16Prepare for 3.0 alpha 6Richard Levitte3-4/+4
2020-07-16Prepare for release of 3.0 alpha 5openssl-3.0.0-alpha5Richard Levitte3-4/+4
2020-07-16util/mktar.pl: Change 'VERSION' to 'VERSION.dat'Richard Levitte1-1/+1
2020-07-16Update copyright yearRichard Levitte85-85/+85
2020-07-16DRBG: Fix the renamed functions after the EVP_MAC name reversalRichard Levitte1-4/+4
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell26-201/+200
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell36-233/+207
2020-07-16Add latest changes and news in CHANGES.md and NEWS.mdRichard Levitte2-0/+16
2020-07-16capabilities: make capability selection case insensitive.Pauli1-1/+2
2020-07-16libcrypto.num: engine deprecation updatesPauli1-121/+121
2020-07-16doc: remove unused engine tracing optionPauli1-4/+0
2020-07-16trace: condition out engine related tracingPauli2-2/+6
2020-07-16Document that ENGINE_add_conf_module() was deprecated.Pauli1-0/+4
2020-07-16Document that exdata for ENGINES is deprecated.Pauli1-0/+3
2020-07-16Document that the ENGINE_[sg]_ex_data() calls are reprecated.Pauli1-0/+5
2020-07-16RAND: document that the ENGINE RAND override is deprecated.Pauli1-1/+7
2020-07-16ENGINESDIR: document that this configuration is deprecated.Pauli1-1/+2
2020-07-16doc: document that the engine initialisation options are deprecated.Pauli2-9/+16
2020-07-16deprecate engines in provider codePauli1-0/+3
2020-07-16deprecate engines in libcryptoPauli30-0/+90
2020-07-16apps: deprecate enginesPauli6-0/+18
2020-07-16deprecate engine from public header filesPauli1-136/+153
2020-07-16deprecate engine testsPauli2-0/+6
2020-07-16deprecate engines in SSLPauli4-0/+12
2020-07-16 deprecate enginesPauli6-2/+17
2020-07-16Fix indentation for engine.hPauli1-93/+93
2020-07-16doc: deprecate ENGINE documentationPauli1-0/+9
2020-07-16apps: document the deprecation of the -engine optionPauli34-23/+119
2020-07-16engine: document the engine app as deprecatedPauli1-0/+6
2020-07-16apps/list: deprecate engine supportPauli2-11/+35
2020-07-16deprecate engines in 3.0Pauli1-2/+1
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short14-44/+57
2020-07-15Configure: fix minor typo in apitable commentDaniel Bevenius1-1/+1
2020-07-15Add FIPS related configuration data to the default openssl application config...Shane Lontis3-8/+61
2020-07-15Make -provider_name and -section_name optionalRich Salz8-28/+18
2020-07-15Use defaults FIPSKEY if not given on command lineRich Salz1-0/+1
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis18-16/+988
2020-07-15Enable WinCE build without deceiving _MSC_VER.aSoujyuTanaka5-5/+5