index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for release of 3.0 alpha 16
openssl-3.0.0-alpha16
Matt Caswell
2021-05-06
3
-4
/
+4
*
Update copyright year
Matt Caswell
2021-05-06
80
-80
/
+80
*
Update the FIPS checksums
Matt Caswell
2021-05-06
2
-2
/
+2
*
Add some tests for -inform/keyform enforcement
Tomas Mraz
2021-05-06
4
-8
/
+40
*
Document the behavior of the -inform and related options
Tomas Mraz
2021-05-06
21
-112
/
+79
*
provider-storemgmt: Document the input-type and properties parameters.
Tomas Mraz
2021-05-06
1
-0
/
+10
*
Update gost-engine to make it compatible with the added params
Tomas Mraz
2021-05-06
1
-0
/
+0
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
38
-143
/
+212
*
try to document changes in salt handling for the 'enc' command
EasySec
2021-05-06
1
-3
/
+7
*
change salt handling, way 1
EasySec
2021-05-06
1
-33
/
+41
*
coverity: fix 1478169: dereference after NULL check
Pauli
2021-05-06
1
-3
/
+11
*
Remove all trace of FIPS_mode functions
Rich Salz
2021-05-06
11
-28
/
+3
*
Deprecate X509{,_CRL}_http_nbio() and simplify their definition
Dr. David von Oheimb
2021-05-05
4
-8
/
+19
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
53
-57
/
+68
*
APPS: Slightly extend and improve documentation of the opt_ API
Dr. David von Oheimb
2021-05-05
7
-78
/
+98
*
adapt tests to SSL_OP_LEGACY_SERVER_CONNECT change
Benjamin Kaduk
2021-05-05
2
-1
/
+3
*
Correct ssl_conf logic for "legacy_server_connect"
Benjamin Kaduk
2021-05-05
3
-2
/
+2
*
Enforce secure renegotiation support by default
Benjamin Kaduk
2021-05-05
5
-20
/
+14
*
Fix missing symbols in no-cms and no-ts build
Tomas Mraz
2021-05-05
1
-7
/
+1
*
mac: add EVP_MAC_finalXOF() function
Pauli
2021-05-05
6
-10
/
+50
*
mac: allow XOF MACs to be specified either via control or via the dedicated f...
Pauli
2021-05-05
2
-15
/
+92
*
mac: update life-cycle description and diagrams to include finalXOF
Pauli
2021-05-05
4
-5
/
+15
*
doc: document EVP_MAC_finalXOF()
Pauli
2021-05-05
1
-3
/
+7
*
Add .includedir pragma
Rich Salz
2021-05-05
7
-15
/
+45
*
Allow absolute paths to be set
Rich Salz
2021-05-05
7
-31
/
+55
*
Note that dhparam does support X9.42
Rich Salz
2021-05-05
1
-10
/
+6
*
cleanup where purpose is not needed in 25-test_verify.t
Dr. David von Oheimb
2021-05-05
1
-67
/
+67
*
test/certs/setup.sh: Fix two glitches
Dr. David von Oheimb
2021-05-05
3
-12
/
+12
*
update test/certs/ee-pathlen.pem to contain SKID and AKID
Dr. David von Oheimb
2021-05-05
1
-9
/
+10
*
test/certs/setup.sh: structural cleanup
Dr. David von Oheimb
2021-05-05
1
-41
/
+32
*
Fetch cipher-wrap after loading providers.
Rich Salz
2021-05-05
2
-15
/
+17
*
Fix KMAC bounds checks.
Shane Lontis
2021-05-05
7
-39
/
+66
*
Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3
Tomas Mraz
2021-05-05
1
-1
/
+1
*
DOCS: Mention that libcrypto has helper functions for OSSL_PARAMs
Richard Levitte
2021-05-05
1
-0
/
+6
*
HTTP client: Correct the use of optional proxy URL and its documentation
Dr. David von Oheimb
2021-05-04
4
-50
/
+48
*
testutil/load.c: Add checks for file(name) == NULL
Dr. David von Oheimb
2021-05-04
1
-7
/
+4
*
BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...
Dr. David von Oheimb
2021-05-04
3
-4
/
+4
*
OSSL_DECODER_from_bio() Prevent spurious decoding error at EOF
Dr. David von Oheimb
2021-05-04
1
-4
/
+5
*
APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...
Dr. David von Oheimb
2021-05-04
1
-18
/
+16
*
OSSL_STORE_expect(): Improve error handling and documentation
Dr. David von Oheimb
2021-05-04
2
-4
/
+11
*
OCSP: Minor improvements of documentation and header file
Dr. David von Oheimb
2021-05-04
4
-11
/
+16
*
fips-checksums: The define for fips module is FIPS_MODULE
Tomas Mraz
2021-05-04
3
-82
/
+82
*
Document the new core BIO public API support
Matt Caswell
2021-05-04
4
-13
/
+106
*
Add a test for the public core bio API
Matt Caswell
2021-05-04
3
-1
/
+124
*
Create libcrypto support for BIO_new_from_core_bio()
Matt Caswell
2021-05-04
10
-6
/
+211
*
Run coveralls daily and not exactly at midnight
Tomas Mraz
2021-05-04
1
-1
/
+1
*
coveralls: Enable fips as it is disabled by default
Tomas Mraz
2021-05-04
1
-1
/
+1
*
apps: Switch to X509_REQ_verify_ex
Petr Gotthard
2021-05-04
1
-1
/
+2
*
test: fix failure with FIPS and no-des configured.
Pauli
2021-05-04
1
-2
/
+2
*
APPS: Add passphrase handling in the "rsa" and "dsa" commands
Richard Levitte
2021-05-04
2
-0
/
+28
[next]