index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_lib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-12
NonStop port updates for 3.0.0.
Randall S. Becker
26
-5
/
+497
2020-09-12
TEST: Add a test of EC key generation with encoding spec
Richard Levitte
2
-1
/
+79
2020-09-12
EVP: Add the internal convenience function evp_keymgmt_util_export()
Richard Levitte
4
-13
/
+27
2020-09-12
Fix EVP_PKEY_CTX_ctrl() documentation
Shane Lontis
1
-114
/
+95
2020-09-12
Update doc for EVP_PKEY_CTX_set_ec_param_enc()
Shane Lontis
1
-3
/
+4
2020-09-12
EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providers
Richard Levitte
5
-6
/
+47
2020-09-12
dev/release.sh: Rework to be smoother
Richard Levitte
1
-68
/
+137
2020-09-12
keygen: add FIPS error state management to conditional self tests
Shane Lontis
16
-26
/
+103
2020-09-12
CRNGT: enter FIPS error state if the test fails
Pauli
1
-1
/
+12
2020-09-12
FIPS: error mode is set from failed self tests and produced a limited number ...
Pauli
6
-3
/
+44
2020-09-12
ciphers: add FIPS error state handling
Pauli
31
-68
/
+328
2020-09-12
keymgmt: add FIPS error state handling
Pauli
7
-42
/
+155
2020-09-12
signature: add FIPS error state handling
Pauli
5
-19
/
+113
2020-09-12
exchange: add FIPS error state handling
Pauli
4
-9
/
+70
2020-09-12
kdf: add FIPS error state handling
Pauli
10
-10
/
+91
2020-09-12
mac: add FIPS error state handling
Pauli
7
-17
/
+100
2020-09-12
rand: add FIPS error state handling
Pauli
1
-1
/
+15
2020-09-12
asymciphers: add FIPS error state handling
Pauli
1
-2
/
+18
2020-09-12
digests: add FIPS error state handling
Pauli
2
-8
/
+25
2020-09-12
FIPS: rename the status call to is_running.
Pauli
3
-5
/
+6
2020-09-12
provider: add an 'is_running' call to all providers.
Pauli
7
-6
/
+35
2020-09-12
Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.c
Shane Lontis
1
-3
/
+5
2020-09-12
Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...
Shane Lontis
2
-0
/
+13
2020-09-12
Fix coverity issue: CID 1466483 - Improper use of Negative value in dh_ctrl.c
Shane Lontis
1
-0
/
+3
2020-09-12
Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()
Shane Lontis
1
-6
/
+1
2020-09-12
Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()
Shane Lontis
2
-2
/
+11
2020-09-12
Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
Shane Lontis
4
-1
/
+92
2020-09-12
OSSL_DECODER 'decode' function must never be NULL.
Richard Levitte
1
-1
/
+1
2020-09-12
TEST: skip POSIX errcode zero in tesst/recipes/02-test_errstr.t
Richard Levitte
1
-1
/
+15
2020-09-11
fuzz/test-corpus: check if PATH_MAX is already defined
Biswapriyo Nath
1
-1
/
+1
2020-09-11
apps/ca: allow CRL lastUpdate/nextUpdate fields to be specified
Chris Novakovic
7
-16
/
+331
2020-09-11
Improve robustness and performance of building Unix static libraries
Dr. David von Oheimb
2
-3
/
+4
2020-09-11
apps/cmp.c: Improve example given for -geninfo option (also in man page)
Dr. David von Oheimb
2
-2
/
+2
2020-09-11
OSSL_CMP_CTX_new.pod: improve doc of OSSL_CMP_CTX_get1_{extraCertsIn,caPubs}
Dr. David von Oheimb
1
-2
/
+3
2020-09-11
openssl-cmp.pod.in: Update Insta Demo CA port number in case needed
Dr. David von Oheimb
1
-1
/
+1
2020-09-11
apps/cmp.c: Improve user guidance on missing -subject etc. options
Dr. David von Oheimb
1
-2
/
+3
2020-09-11
apps/cmp.c: Improve documentation of -extracerts, -untrusted, and -otherpass
Dr. David von Oheimb
2
-7
/
+13
2020-09-11
apps/cmp.c: Improve documentation of -secret, -cert, and -key options
Dr. David von Oheimb
2
-12
/
+19
2020-09-11
check_chain_extensions(): Require X.509 v3 if extensions are present
Dr. David von Oheimb
3
-0
/
+7
2020-09-11
check_chain_extensions(): Change exclusion condition w.r.t. RFC 6818 section 2
Dr. David von Oheimb
1
-2
/
+5
2020-09-11
x509_vfy.c: Make sure that strict checks are not done for self-issued EE certs
Dr. David von Oheimb
1
-6
/
+9
2020-09-11
check_chain_extensions(): Add check that CA cert includes key usage extension
Dr. David von Oheimb
3
-4
/
+11
2020-09-11
check_chain_extensions(): Add check that on empty Subject the SAN must be mar...
Dr. David von Oheimb
5
-9
/
+14
2020-09-11
check_chain_extensions(): Add check that AKID and SKID are not marked critical
Dr. David von Oheimb
5
-7
/
+29
2020-09-11
check_chain_extensions(): Add check that Basic Constraints of CA cert are mar...
Dr. David von Oheimb
5
-7
/
+18
2020-09-11
Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...
Dr. David von Oheimb
16
-178
/
+398
2020-09-11
apps/cmp.c: Improve safeguard assertion on consistency of cmp_options[] and c...
Dr. David von Oheimb
1
-4
/
+9
2020-09-10
apps_ui.c: Correct password prompt for ui_method
Dr. David von Oheimb
4
-22
/
+36
2020-09-10
apps_ui.c: Correct handling of empty password from -passin
Dr. David von Oheimb
1
-2
/
+2
2020-09-10
apps_ui.c: Improve error handling and return value of setup_ui_method()
Dr. David von Oheimb
3
-7
/
+9
[next]