index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ACKNOWLEDGEMENTS.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-22
Update copyright year
Matt Caswell
72
-72
/
+72
2021-04-22
Fix build failure with MSVC
Tomas Mraz
2
-0
/
+2
2021-04-22
Avoid the need for Configure time 128-bit int detection
Matt Caswell
4
-23
/
+22
2021-04-22
Fix typos
MichaM
4
-8
/
+8
2021-04-22
Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...
Nicola Tuveri
1
-2
/
+4
2021-04-21
ASN.1: Add some sanity checks for input len <= 0; related coding improvements
Dr. David von Oheimb
3
-14
/
+27
2021-04-21
tasn_dec.c: Add checks for it == NULL arguments; improve coding style
Dr. David von Oheimb
1
-19
/
+29
2021-04-21
DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()
Dr. David von Oheimb
1
-3
/
+6
2021-04-21
Use build.info not file-wide ifndef
Rich Salz
2
-31
/
+30
2021-04-21
STORE: Discard the error report filter in crypto/store/store_result.c
Richard Levitte
1
-38
/
+50
2021-04-21
TEST: Adapt the EVP test
Richard Levitte
2
-6
/
+8
2021-04-21
Adapt our decoder implementations to the new way to indicate succes / failure
Richard Levitte
5
-51
/
+91
2021-04-21
ENCODER & DECODER: Allow decoder implementations to specify "carry on"
Richard Levitte
6
-26
/
+100
2021-04-21
Fix memory leak in X509_REQ
Petr Gotthard
1
-0
/
+1
2021-04-21
apps/cmp.c: Fix double free on OSSL_CMP_CTX_set1_p10CSR() failure
Dr. David von Oheimb
1
-10
/
+7
2021-04-21
asn1: fix indentation
Pauli
2
-4
/
+10
2021-04-21
dsa: remove unused macro
Pauli
1
-7
/
+0
2021-04-21
srp: remove references to EVP_sha1()
Pauli
1
-3
/
+10
2021-04-21
pem: remove references to EVP_sha1()
Pauli
1
-2
/
+5
2021-04-21
ocsp: remove references to EVP_sha1()
Pauli
2
-6
/
+13
2021-04-21
cms: remove most references to EVP_sha1()
Pauli
1
-0
/
+4
2021-04-21
x509: remove most references to EVP_sha1()
Pauli
2
-7
/
+25
2021-04-21
test: fix double free problems.
Pauli
1
-0
/
+3
2021-04-21
engine: fix double free on error path.
Pauli
1
-0
/
+1
2021-04-21
ts: fix double free on error path.
Pauli
1
-0
/
+1
2021-04-21
srp: fix double free,
Pauli
1
-5
/
+6
2021-04-21
params_dup: fix off by one error that allows array overreach.
Pauli
1
-2
/
+2
2021-04-20
Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()
Dr. David von Oheimb
14
-105
/
+112
2021-04-20
Flip ordering back
Rich Salz
1
-2
/
+2
2021-04-20
Fetch before get-by-name
Rich Salz
1
-2
/
+2
2021-04-20
Fetch and free cipher and md's
Rich Salz
23
-53
/
+88
2021-04-20
Fix compile errors on s390.
Juergen Christ
1
-0
/
+4
2021-04-19
Remove extra trailing semicolon
Rich Salz
1
-1
/
+3
2021-04-19
Update krb5 module to latest release
Tomas Mraz
4
-2
/
+4
2021-04-19
PKCS12 etc.: Add hints on using -legacy and -provider-path options
Dr. David von Oheimb
5
-2
/
+16
2021-04-19
Add a test for OSSL_LIB_CTX_set0_default
Matt Caswell
1
-0
/
+55
2021-04-19
Add the function OSSL_LIB_CTX_get0_global_default()
Matt Caswell
4
-8
/
+26
2021-04-19
Change the semantics of OSSL_LIB_CTX_set0_default() NULL handling
Matt Caswell
2
-3
/
+7
2021-04-19
Remove a TODO(3.0) from keymgmt_lib.c
Matt Caswell
1
-4
/
+0
2021-04-19
Don't worry about magic in the Makefile for 3.0
Matt Caswell
1
-1
/
+1
2021-04-19
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2
-17
/
+82
2021-04-19
Detect low-level engine and app method based keys
Tomas Mraz
11
-13
/
+88
2021-04-19
Remove crypt32.lib from C++Builder configuration
Tanzinul Islam
1
-1
/
+1
2021-04-19
Link with uplink module
Tanzinul Islam
4
-3
/
+25
2021-04-19
Link with .def files
Tanzinul Islam
4
-9
/
+30
2021-04-19
Generate dependency information
Tanzinul Islam
5
-11
/
+23
2021-04-19
Avoid more MSVC-specific C runtime library functions
Tanzinul Islam
6
-6
/
+8
2021-04-19
Build resource files
Tanzinul Islam
6
-15
/
+32
2021-04-19
Support DLL builds + Fix C RTL variants
Tanzinul Islam
5
-23
/
+42
2021-04-19
Ensure cw32mt.lib and import32.lib are linked to in no-sock mode
Tanzinul Islam
1
-3
/
+2
[next]