summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-22simplify makefileanton1-8/+2
2022-11-22Be more helpful and provide details on what the time conversion testsanton1-9/+6
2022-11-22Tweak a printf.tb1-3/+3
2022-11-22Add a unit test that crashes without bn_print.c r1.34.tb2-1/+95
2022-11-22Fix segfaults in BN_dec2bn() and BN_hex2bn()tb1-3/+3
2022-11-21document BN_nist_mod_521(3) and their four siblingsschwarze3-3/+118
2022-11-20Fix a surprising quirk in BN_GF2m_mod(3).schwarze2-16/+14
2022-11-20Fix an off-by-one bug in BN_GF2m_poly2arr(3).schwarze1-4/+3
2022-11-19Fix comment describing BN_mod_sqrt()tb1-7/+9
2022-11-19Rework pkey_dsa_sign() and pkey_dsa_verify()tb1-21/+25
2022-11-19Rework DSA_sign() and DSA_verify()tb1-20/+31
2022-11-19Fix an annoying quirk in the EC codetb20-243/+243
2022-11-19whitespacetb16-134/+134
2022-11-19Fix whitespacetb11-63/+62
2022-11-19Unindent and check some pointers explicitly against NULLtb1-7/+9
2022-11-19Remove HMAC PRIVATE KEY supporttb1-64/+1
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