index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
property
/
property.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2021-05-05
doc: document EVP_MAC_finalXOF()
Pauli
1
-3
/
+7
2021-05-05
Add .includedir pragma
Rich Salz
7
-15
/
+45
2021-05-05
Allow absolute paths to be set
Rich Salz
7
-31
/
+55
2021-05-05
Note that dhparam does support X9.42
Rich Salz
1
-10
/
+6
2021-05-05
cleanup where purpose is not needed in 25-test_verify.t
Dr. David von Oheimb
1
-67
/
+67
2021-05-05
test/certs/setup.sh: Fix two glitches
Dr. David von Oheimb
3
-12
/
+12
2021-05-05
update test/certs/ee-pathlen.pem to contain SKID and AKID
Dr. David von Oheimb
1
-9
/
+10
2021-05-05
test/certs/setup.sh: structural cleanup
Dr. David von Oheimb
1
-41
/
+32
2021-05-05
Fetch cipher-wrap after loading providers.
Rich Salz
2
-15
/
+17
2021-05-05
Fix KMAC bounds checks.
Shane Lontis
7
-39
/
+66
2021-05-05
Bump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3
Tomas Mraz
1
-1
/
+1
2021-05-05
DOCS: Mention that libcrypto has helper functions for OSSL_PARAMs
Richard Levitte
1
-0
/
+6
2021-05-04
HTTP client: Correct the use of optional proxy URL and its documentation
Dr. David von Oheimb
4
-50
/
+48
2021-05-04
testutil/load.c: Add checks for file(name) == NULL
Dr. David von Oheimb
1
-7
/
+4
2021-05-04
BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...
Dr. David von Oheimb
3
-4
/
+4
2021-05-04
OSSL_DECODER_from_bio() Prevent spurious decoding error at EOF
Dr. David von Oheimb
1
-4
/
+5
2021-05-04
APPS load_key_certs_crls(): Correct the 'expect' arg calculation for OSSL_STO...
Dr. David von Oheimb
1
-18
/
+16
2021-05-04
OSSL_STORE_expect(): Improve error handling and documentation
Dr. David von Oheimb
2
-4
/
+11
2021-05-04
OCSP: Minor improvements of documentation and header file
Dr. David von Oheimb
4
-11
/
+16
2021-05-04
fips-checksums: The define for fips module is FIPS_MODULE
Tomas Mraz
3
-82
/
+82
2021-05-04
Document the new core BIO public API support
Matt Caswell
4
-13
/
+106
2021-05-04
Add a test for the public core bio API
Matt Caswell
3
-1
/
+124
2021-05-04
Create libcrypto support for BIO_new_from_core_bio()
Matt Caswell
10
-6
/
+211
2021-05-04
Run coveralls daily and not exactly at midnight
Tomas Mraz
1
-1
/
+1
2021-05-04
coveralls: Enable fips as it is disabled by default
Tomas Mraz
1
-1
/
+1
2021-05-04
apps: Switch to X509_REQ_verify_ex
Petr Gotthard
1
-1
/
+2
2021-05-04
test: fix failure with FIPS and no-des configured.
Pauli
1
-2
/
+2
2021-05-04
APPS: Add passphrase handling in the "rsa" and "dsa" commands
Richard Levitte
2
-0
/
+28
2021-05-04
APPS: Set a default passphrase UI for the "ec" command
Richard Levitte
1
-0
/
+3
[next]