summaryrefslogtreecommitdiffstats
path: root/VMS (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-15BIO: Make source file names in crypto/bio/ consistentDr. David von Oheimb7-3/+3
2021-06-15BIO_dum_indent_cb(): Fix handling of cb return valueDr. David von Oheimb1-2/+5
2021-06-15fuzz/asn1parse.c: Clean up non-portable code and catch malloc failureDr. David von Oheimb1-2/+2
2021-06-15BIO: prevent crash on NULL BIO for prefix_ctrl() and thus for BIO_set_prefix(...Dr. David von Oheimb1-2/+2
2021-06-15ASN1: rename asn1_par.c to asn1_parse.c for clarity; simplify asn1_parse2()Dr. David von Oheimb2-11/+4
2021-06-15Use getauxval on Android with API level > 18Lars Immisch1-0/+9
2021-06-15Remove "-immedate_renegotiation" optionRich Salz5-21/+3
2021-06-15Move AllowClientRenegotiation testsRich Salz6-19/+101
2021-06-15remove end of line whitespacePauli1-1/+1
2021-06-15cms: free PKEY_CTXPauli1-4/+5
2021-06-15cms: fix coverity 1485981: unchecked return valuePauli1-2/+6
2021-06-15apps: move global libctx and property query into their own filePauli4-42/+53
2021-06-15speed: make sure to free any allocated EVP_MAC structuresPauli1-12/+16
2021-06-15pkcs12: use the app's libctx and property query when searching for algorithmsPauli1-1/+2
2021-06-15speed: use the app's libctx and property query when searching for algorithmsPauli1-5/+10
2021-06-15list: use the app's libctx and property query when searching for algorithmsPauli1-16/+22
2021-06-15kdf: use the app's libctx and property query when searching for algorithmsPauli1-1/+2
2021-06-15fipsinstall: use the app's libctx and property query when searching for algor...Pauli1-1/+1
2021-06-15add libctx and property query to fetch functionsPauli3-6/+20