summaryrefslogtreecommitdiffstats
path: root/util/shlib_wrap.sh.in (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb15-166/+198
2021-05-08DOC: Fix all wrong occurrences of '<propq>' to 'I<propq>'Dr. David von Oheimb5-20/+19
2021-05-08apps/mac: Add digest and cipher command line optionsPauli3-20/+87
2021-05-08apps/mac: avoid need for two ^D when using stdin from a terminalPauli1-1/+2
2021-05-08apps: remove initial newline from mac outputPauli2-4/+2
2021-05-08apps: add mac, cipher and digest arguments to the kdf applet.Pauli3-4/+111
2021-05-08Remove unused code from the fips moduleShane Lontis8-36/+24
2021-05-08bn: Add fixed length (n=6), unrolled PPC Montgomery MultiplicationMartin Schwenke6-2/+602
2021-05-08BIO_printf.pod: Clarify that output is always null terminated.Scott McPeak1-3/+4
2021-05-07FIPS checksum updatePauli2-3/+3
2021-05-07provider: use a read lock when looking for a providerPauli1-1/+1
2021-05-07doc: document the new ossl_provider_clear_all_operation_bits() functionPauli1-2/+8
2021-05-07test: add a provider load/unload cache flush test.Pauli1-0/+38
2021-05-07provider: flush the store cache when providers are loaded/unloaded.Pauli3-15/+84
2021-05-07Updated gost-engine to latest commit from master branchTomas Mraz1-0/+0
2021-05-07Unify parameter types in documentationTomas Mraz12-38/+39
2021-05-07Fixes #14662. Return all EC parameters even for named curvesJon Spillett4-76/+162
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett7-12/+81
2021-05-07make updateRichard Levitte3-119/+11
2021-05-07Drop libimplementations.aRichard Levitte27-196/+146
2021-05-07Rename files in providers/implementations/signaturesRichard Levitte7-7/+7
2021-05-07changes: add note about application output formatting differences.Pauli1-0/+9
2021-05-06Avoid sending alerts after shutdownDmitry Belyavskiy1-0/+2
2021-05-06Fix NULL dereference when ENCODER does not implement IMPORT_OBJECTPetr Gotthard1-3/+7
2021-05-06evp_extra_test: Avoid potential double free of paramsTomas Mraz1-0/+3
2021-05-06Clarify where dispatch functions/ids are definedDaniel Bevenius1-2/+2
2021-05-06Clarify two comments (typos) in fipsprov.cDaniel Bevenius1-3/+3
2021-05-06Prepare for 3.0 alpha 17Matt Caswell3-4/+4
2021-05-06Prepare for release of 3.0 alpha 16openssl-3.0.0-alpha16Matt Caswell3-4/+4
2021-05-06Update copyright yearMatt Caswell80-80/+80
2021-05-06Update the FIPS checksumsMatt Caswell2-2/+2
2021-05-06Add some tests for -inform/keyform enforcementTomas Mraz4-8/+40
2021-05-06Document the behavior of the -inform and related optionsTomas Mraz21-112/+79
2021-05-06provider-storemgmt: Document the input-type and properties parameters.Tomas Mraz1-0/+10
2021-05-06Update gost-engine to make it compatible with the added paramsTomas Mraz1-0/+0
2021-05-06Make the -inform option to be respected if possibleTomas Mraz38-143/+212
2021-05-06try to document changes in salt handling for the 'enc' commandEasySec1-3/+7
2021-05-06change salt handling, way 1EasySec1-33/+41
2021-05-06coverity: fix 1478169: dereference after NULL checkPauli1-3/+11
2021-05-06Remove all trace of FIPS_mode functionsRich Salz11-28/+3
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb4-8/+19
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb53-57/+68
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb7-78/+98
2021-05-05adapt tests to SSL_OP_LEGACY_SERVER_CONNECT changeBenjamin Kaduk2-1/+3
2021-05-05Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk3-2/+2
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk5-20/+14
2021-05-05Fix missing symbols in no-cms and no-ts buildTomas Mraz1-7/+1
2021-05-05mac: add EVP_MAC_finalXOF() functionPauli6-10/+50
2021-05-05mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli2-15/+92
2021-05-05mac: update life-cycle description and diagrams to include finalXOFPauli4-5/+15