summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-18Check os for NULL before dereferencing ittb1-5/+5
2022-11-18zap a stray semicolontb1-2/+2
2022-11-18Include bytestring.h directly rather than pulling it in via asn1_locl.htb1-1/+2
2022-11-18Wire up HMAC to raw private key methodstb1-2/+61
2022-11-18Change the pkey.ptr from char * to void *tb6-16/+13
2022-11-18group -> fieldtb1-5/+5
2022-11-18polynominal -> polynomialtb1-18/+18
2022-11-18new manual page BN_GF2m_add(3)schwarze3-3/+527
2022-11-17Avoid a few unnecessary contortionstb1-35/+12
2022-11-17Use a fixed-size array for the message and simplify a few other curlytb1-14/+16
2022-11-17Add initial Wycheproof EdDSA test coveragetb1-1/+111
2022-11-17Add a regression test for curve25519.c r1.14tb1-2/+132
2022-11-17Prevent Ed25519 signature malleabilitytb1-1/+28
2022-11-17Revert "Check certificate extensions in trusted certificates"beck3-64/+8
2022-11-16tolower(3) guarantees to return its argument unchanged if it's notflorian1-10/+3
2022-11-16mark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex,schwarze1-2/+8
2022-11-16expose the documentation of X509_STORE_CTX_verify_fn(3)schwarze2-42/+26
2022-11-16document X509_STORE_CTX_verify_cb(3) and X509_STORE_get_verify_cb(3)schwarze2-13/+40
2022-11-16Mark BN_mod_exp2_mont() as intentionally undocumented.schwarze1-3/+4
2022-11-16Remove an outdated TODOtb1-4/+1
2022-11-15document BN_mod_sqrt(3)schwarze4-5/+119
2022-11-14document BN_kronecker(3)schwarze3-3/+61
2022-11-14document BN_reciprocal(3)schwarze1-10/+55
2022-11-14Hide public symbols in libcrypto/x509 .c filesbeck55-52/+2073
2022-11-13Fix comment styletb1-3/+3
2022-11-13Various improvements; joint work with beck@:schwarze1-64/+72
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