index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
INSTALL.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-12
Revise some renamings of NOTES and README files
Dr. Matthias St. Pierre
1
-8
/
+8
2021-02-12
ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3
Tomas Mraz
3
-220
/
+1011
2021-02-12
tls_valid_group: Add missing dereference of okfortls13
Tomas Mraz
1
-1
/
+1
2021-02-12
VMS documentation fixes
Richard Levitte
5
-26
/
+48
2021-02-12
Configurations/descrip.mms.tmpl: avoid enormous PIPE commands
Richard Levitte
3
-18
/
+50
2021-02-12
DOCS: Update the internal documentation on EVP_PKEY.
Richard Levitte
1
-18
/
+179
2021-02-12
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
Richard Levitte
4
-15
/
+15
2021-02-12
Update documentation following deprecation of SRP
Matt Caswell
10
-15
/
+68
2021-02-12
Deprecate the libssl level SRP APIs
Matt Caswell
15
-121
/
+236
2021-02-12
Deprecate the low level SRP APIs
Matt Caswell
12
-284
/
+370
2021-02-12
Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signature
Job Snijders
5
-5
/
+17
2021-02-12
Add a configure time option to disable the fetch cache.
Pauli
2
-0
/
+9
2021-02-12
test: add import and export key management hooks for the TLS provider.
Pauli
1
-0
/
+85
2021-02-12
test: filter provider honours the no_cache setting.
Pauli
1
-5
/
+3
2021-02-12
changes: add a CHANGES.md entry for the OSSL_FORCE_NO_CACHE_FETCH option.
Pauli
1
-0
/
+6
2021-02-12
test: fix no-cache problem with the quality comparison for KDFs.
Pauli
1
-3
/
+18
2021-02-12
EVP: fix reference counting for EVP_CIPHER.
Pauli
1
-0
/
+8
2021-02-12
Prov: add an option to force provider fetches to not be cached.
Pauli
1
-2
/
+11
2021-02-12
CI: add a non-caching CI loop
Pauli
1
-0
/
+11
2021-02-12
EVP: fix reference counting for digest operations.
Pauli
1
-1
/
+11
2021-02-11
Allow -rand to be repeated
Rich Salz
1
-15
/
+30
2021-02-11
Fetch cipher after loading providers
Rich Salz
12
-50
/
+92
2021-02-11
Process digest option after loading providers
Rich Salz
11
-36
/
+68
2021-02-11
Load rand state after loading providers
Rich Salz
25
-11
/
+38
2021-02-11
Fetch alg, etc., after loading providers
Rich Salz
1
-34
/
+42
2021-02-11
Fetch algorithm after loading providers
Rich Salz
1
-19
/
+19
2021-02-11
test: add an option to output timing information from tests.
Pauli
1
-0
/
+1
2021-02-11
X509_STORE_CTX_cleanup(): Use internally so no need to call explicitly
Dr. David von Oheimb
5
-21
/
+24
2021-02-11
X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...
Dr. David von Oheimb
1
-20
/
+25
2021-02-11
x509_vfy.c: Make chain_build() error diagnostics to the point
Dr. David von Oheimb
2
-11
/
+32
2021-02-11
Rename internal providercommonerr.h to less mouthful proverr.h
Tomas Mraz
4
-5
/
+5
2021-02-11
Various cleanup of PROV_R_ reason codes
Tomas Mraz
23
-99
/
+57
2021-02-11
Move the PROV_R reason codes to a public header
Tomas Mraz
70
-209
/
+229
2021-02-11
Match description with actual output of dgst
KOBAYASHI Ittoku
1
-1
/
+1
2021-02-10
include/internal: add a few missing #pragma once directives
FdaSilvaYY
30
-19
/
+59
2021-02-10
include/openssl: add a few missing #pragma once directives
FdaSilvaYY
22
-15
/
+66
2021-02-10
include/crypto: add a few missing #pragma once directives
FdaSilvaYY
38
-32
/
+133
2021-02-10
test: turn off parallel tests in verbose mode.
Pauli
1
-4
/
+8
2021-02-10
Handle partial data re-sending on ktls/sendfile on FreeBSD
Oleksandr Tymoshenko
2
-7
/
+5
2021-02-10
Remove unused 'peer_type' from SSL_SESSION
Benjamin Kaduk
2
-2
/
+0
2021-02-10
Replace provider digest flags with separate param fields
Shane Lontis
8
-52
/
+44
2021-02-10
Replace provider cipher flags with separate param fields
Shane Lontis
28
-129
/
+191
2021-02-10
Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.
Shane Lontis
5
-23
/
+61
2021-02-10
Change the ASN1 variant of x942kdf so that it can test acvp data.
Shane Lontis
4
-19
/
+91
2021-02-09
x509_vfy.c: Sort out return values 0 vs. -1 (failure/internal error)
Dr. David von Oheimb
2
-77
/
+114
2021-02-09
X509_get_pubkey_parameters(): Correct failure behavior and its use
Dr. David von Oheimb
1
-13
/
+12
2021-02-09
x509_vfy: Clarify relevance of ctx->error also on successful verification
Dr. David von Oheimb
2
-3
/
+7
2021-02-09
x509_vfy.c: Fix various coding style and documentation style nits
Dr. David von Oheimb
2
-29
/
+30
2021-02-09
CHANGES.md: Mention RSA key generation slowdown related changes
Tomas Mraz
2
-1
/
+20
2021-02-09
Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()
Tomas Mraz
6
-10
/
+25
[next]