index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
VMS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-15
BIO: Make source file names in crypto/bio/ consistent
Dr. David von Oheimb
7
-3
/
+3
2021-06-15
BIO_dum_indent_cb(): Fix handling of cb return value
Dr. David von Oheimb
1
-2
/
+5
2021-06-15
fuzz/asn1parse.c: Clean up non-portable code and catch malloc failure
Dr. David von Oheimb
1
-2
/
+2
2021-06-15
BIO: prevent crash on NULL BIO for prefix_ctrl() and thus for BIO_set_prefix(...
Dr. David von Oheimb
1
-2
/
+2
2021-06-15
ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()
Dr. David von Oheimb
2
-11
/
+4
2021-06-15
Use getauxval on Android with API level > 18
Lars Immisch
1
-0
/
+9
2021-06-15
Remove "-immedate_renegotiation" option
Rich Salz
5
-21
/
+3
2021-06-15
Move AllowClientRenegotiation tests
Rich Salz
6
-19
/
+101
2021-06-15
remove end of line whitespace
Pauli
1
-1
/
+1
2021-06-15
cms: free PKEY_CTX
Pauli
1
-4
/
+5
2021-06-15
cms: fix coverity 1485981: unchecked return value
Pauli
1
-2
/
+6
2021-06-15
apps: move global libctx and property query into their own file
Pauli
4
-42
/
+53
2021-06-15
speed: make sure to free any allocated EVP_MAC structures
Pauli
1
-12
/
+16
2021-06-15
pkcs12: use the app's libctx and property query when searching for algorithms
Pauli
1
-1
/
+2
2021-06-15
speed: use the app's libctx and property query when searching for algorithms
Pauli
1
-5
/
+10
2021-06-15
list: use the app's libctx and property query when searching for algorithms
Pauli
1
-16
/
+22
2021-06-15
kdf: use the app's libctx and property query when searching for algorithms
Pauli
1
-1
/
+2
2021-06-15
fipsinstall: use the app's libctx and property query when searching for algor...
Pauli
1
-1
/
+1
2021-06-15
add libctx and property query to fetch functions
Pauli
3
-6
/
+20