summaryrefslogtreecommitdiffstats
path: root/build.info (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-10checksum fixPauli2-2/+2
2021-05-09Mark pop/clear error stack in der2key_decode_p8Daniel Bevenius2-0/+40
2021-05-09BIO_listen: disable setting ipv6_v6only on OpenBSD as it is a read only data ...David Carlier1-1/+2
2021-05-09Optimize RSA on armv8fangming.fang3-0/+389
2021-05-09FIPS checksums updateNicola Tuveri2-2/+2
2021-05-09Test oct2point for hybrid point encoding of (0, y)Theo Buehler1-0/+50
2021-05-09Avoid division by zero in hybrid point encodingTheo Buehler1-8/+33
2021-05-08tasn_dec: use do/while around statement macrosBenjamin Kaduk1-2/+2
2021-05-0880-test_cmp_http.t: Improve fuzzing exclusion patternDr. David von Oheimb1-1/+1
2021-05-08ssl.h.in: Fix deprecation exclusion for SRP-related declarationsDr. David von Oheimb2-21/+23
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb17-149/+138
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