summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-13Check certificate extensions in trusted certificates.beck3-8/+64
2022-11-13Bump libtls minor to match libcrypto and libssltb1-1/+1
2022-11-13Bump libssl minor to match libcryptotb1-1/+1
2022-11-13Bump minor after symbol additiontb1-1/+1
2022-11-13Update Symbols.listtb1-0/+8
2022-11-13Expose direct access API for Ed25519.tb1-3/+1
2022-11-13Expose various EVP hooks for Ed25519 and X25519tb1-6/+3
2022-11-13Add ED25519 aliases for NID, SN and OBJtb1-3/+1
2022-11-13Expose ASN1_buf_print() in asn1.htb1-3/+1
2022-11-12Hide symbols in libcrypto/uibeck6-4/+187
2022-11-12Hide symbols in libcrypto/pkcs12beck18-17/+272
2022-11-12Hide symbols in libcrypto/pkcs7beck11-41/+368
2022-11-11Hide symbols in libcrypto/stackbeck3-1/+89
2022-11-11Clean up openssl(1) command execution.joshua1-20/+26
2022-11-11Convert the legacy TLS stack to tls_content.jsing10-190/+292
2022-11-11Remove the legacy interactive mode from openssl(1).joshua46-376/+231
2022-11-11Symbols.list: Drop comments and sort.tb1-33/+22
2022-11-11Use named initialisers.jsing1-3/+4
2022-11-11Merge bf_pi.h into bf_skey.c.jsing2-330/+268
2022-11-11Tidy includes, fix comment style and mop up some blank lines.jsing6-17/+22
2022-11-11Whack blowfish with a style(9) bat.jsing9-740/+741
2022-11-11Start CBS-ifying the name constraints code.beck5-138/+198
2022-11-11Stop pretending that obj_mac.h is optional.jsing1-896/+1
2022-11-11Add support for symbol hiding disabled by default.beck10-5/+232
2022-11-11zap stray space (CRITICAL!)tb1-2/+2
2022-11-10Bump LibreSSL version to 3.7tb1-3/+3
2022-11-10Use tls_buffer for alert and handshake fragments in the legacy stack.jsing5-49/+94
2022-11-10Finish migrating to one source file per line.joshua1-17/+78
2022-11-10In asn1.h rev. 1.65, beck@ provided ASN1_TIME_set_string_X509(3),schwarze1-11/+139
2022-11-10Allow explicit cert trusts or distrusts for EKU anybeck1-4/+6
2022-11-10Add regress coverage for Ed25519 and X25519 EVP interfaces.jsing2-2/+838
2022-11-10Implement EVP interfaces for Ed25519 and X25519.jsing8-7/+902
2022-11-10Remove obsolete function, struct, and macro namesschwarze1-5/+0
2022-11-10Map objects for ED25519 to Ed25519.jsing1-1/+7
2022-11-10Continue migrating to one source file per line.joshua1-30/+121
2022-11-10Provide digestsign/digestverify hooks for EVP_PKEY_METHOD.jsing4-4/+32
2022-11-10Continue migrating to one source file per line.joshua1-37/+163
2022-11-10Port EVP raw key API from OpenSSL.jsing4-5/+116
2022-11-10Port ASN1_buf_print() from OpenSSL 1.1.jsing2-2/+34
2022-11-10Continue migrating to one source file per line.joshua1-26/+110
2022-11-10Use /tmp as opposed of /var/tmp as the default directory for temporaryanton1-2/+2
2022-11-10Fix a few more leaks in *_print() functions.tobhe2-14/+28
2022-11-10Move bn_prime.h to the public domain.tb1-57/+4
2022-11-09Start migrating to one source file per line.joshua1-18/+83
2022-11-09Remove prime_t remnant and link bn_primes test staticallytb2-3/+4
2022-11-09Sync CBS_strdup() documentation update from libcrypto.jsing1-6/+4
2022-11-09Move table in bn_primes.h to a .c file and get rid of prime_ttb5-335/+292
2022-11-09Fix up indentation for EVP_PKEY_* defines.jsing1-19/+19
2022-11-09Revise CBS_strdup() documentation.jsing1-6/+4
2022-11-09Clean up EVP_PKEY_METHOD related tables and code.jsing1-56/+41