index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
shlib_wrap.sh.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-08
Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...
Dr. David von Oheimb
15
-166
/
+198
2021-05-08
DOC: Fix all wrong occurrences of '<propq>' to 'I<propq>'
Dr. David von Oheimb
5
-20
/
+19
2021-05-08
apps/mac: Add digest and cipher command line options
Pauli
3
-20
/
+87
2021-05-08
apps/mac: avoid need for two ^D when using stdin from a terminal
Pauli
1
-1
/
+2
2021-05-08
apps: remove initial newline from mac output
Pauli
2
-4
/
+2
2021-05-08
apps: add mac, cipher and digest arguments to the kdf applet.
Pauli
3
-4
/
+111
2021-05-08
Remove unused code from the fips module
Shane Lontis
8
-36
/
+24
2021-05-08
bn: Add fixed length (n=6), unrolled PPC Montgomery Multiplication
Martin Schwenke
6
-2
/
+602
2021-05-08
BIO_printf.pod: Clarify that output is always null terminated.
Scott McPeak
1
-3
/
+4
2021-05-07
FIPS checksum update
Pauli
2
-3
/
+3
2021-05-07
provider: use a read lock when looking for a provider
Pauli
1
-1
/
+1
2021-05-07
doc: document the new ossl_provider_clear_all_operation_bits() function
Pauli
1
-2
/
+8
2021-05-07
test: add a provider load/unload cache flush test.
Pauli
1
-0
/
+38
2021-05-07
provider: flush the store cache when providers are loaded/unloaded.
Pauli
3
-15
/
+84
2021-05-07
Updated gost-engine to latest commit from master branch
Tomas Mraz
1
-0
/
+0
2021-05-07
Unify parameter types in documentation
Tomas Mraz
12
-38
/
+39
2021-05-07
Fixes #14662. Return all EC parameters even for named curves
Jon Spillett
4
-76
/
+162
2021-05-07
Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphers
Jon Spillett
7
-12
/
+81
2021-05-07
make update
Richard Levitte
3
-119
/
+11
2021-05-07
Drop libimplementations.a
Richard Levitte
27
-196
/
+146
2021-05-07
Rename files in providers/implementations/signatures
Richard Levitte
7
-7
/
+7
2021-05-07
changes: add note about application output formatting differences.
Pauli
1
-0
/
+9
2021-05-06
Avoid sending alerts after shutdown
Dmitry Belyavskiy
1
-0
/
+2
2021-05-06
Fix NULL dereference when ENCODER does not implement IMPORT_OBJECT
Petr Gotthard
1
-3
/
+7
2021-05-06
evp_extra_test: Avoid potential double free of params
Tomas Mraz
1
-0
/
+3
2021-05-06
Clarify where dispatch functions/ids are defined
Daniel Bevenius
1
-2
/
+2
2021-05-06
Clarify two comments (typos) in fipsprov.c
Daniel Bevenius
1
-3
/
+3
2021-05-06
Prepare for 3.0 alpha 17
Matt Caswell
3
-4
/
+4
2021-05-06
Prepare for release of 3.0 alpha 16
openssl-3.0.0-alpha16
Matt Caswell
3
-4
/
+4
2021-05-06
Update copyright year
Matt Caswell
80
-80
/
+80
2021-05-06
Update the FIPS checksums
Matt Caswell
2
-2
/
+2
2021-05-06
Add some tests for -inform/keyform enforcement
Tomas Mraz
4
-8
/
+40
2021-05-06
Document the behavior of the -inform and related options
Tomas Mraz
21
-112
/
+79
2021-05-06
provider-storemgmt: Document the input-type and properties parameters.
Tomas Mraz
1
-0
/
+10
2021-05-06
Update gost-engine to make it compatible with the added params
Tomas Mraz
1
-0
/
+0
2021-05-06
Make the -inform option to be respected if possible
Tomas Mraz
38
-143
/
+212
2021-05-06
try to document changes in salt handling for the 'enc' command
EasySec
1
-3
/
+7
2021-05-06
change salt handling, way 1
EasySec
1
-33
/
+41
2021-05-06
coverity: fix 1478169: dereference after NULL check
Pauli
1
-3
/
+11
2021-05-06
Remove all trace of FIPS_mode functions
Rich Salz
11
-28
/
+3
2021-05-05
Deprecate X509{,_CRL}_http_nbio() and simplify their definition
Dr. David von Oheimb
4
-8
/
+19
2021-05-05
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
53
-57
/
+68
2021-05-05
APPS: Slightly extend and improve documentation of the opt_ API
Dr. David von Oheimb
7
-78
/
+98
2021-05-05
adapt tests to SSL_OP_LEGACY_SERVER_CONNECT change
Benjamin Kaduk
2
-1
/
+3
2021-05-05
Correct ssl_conf logic for "legacy_server_connect"
Benjamin Kaduk
3
-2
/
+2
2021-05-05
Enforce secure renegotiation support by default
Benjamin Kaduk
5
-20
/
+14
2021-05-05
Fix missing symbols in no-cms and no-ts build
Tomas Mraz
1
-7
/
+1
2021-05-05
mac: add EVP_MAC_finalXOF() function
Pauli
6
-10
/
+50
2021-05-05
mac: allow XOF MACs to be specified either via control or via the dedicated f...
Pauli
2
-15
/
+92
2021-05-05
mac: update life-cycle description and diagrams to include finalXOF
Pauli
4
-5
/
+15
[next]