| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify makefile | anton | 2022-11-22 | 1 | -8/+2 |
* | Be more helpful and provide details on what the time conversion tests | anton | 2022-11-22 | 1 | -9/+6 |
* | Tweak a printf. | tb | 2022-11-22 | 1 | -3/+3 |
* | Add a unit test that crashes without bn_print.c r1.34. | tb | 2022-11-22 | 2 | -1/+95 |
* | Fix segfaults in BN_dec2bn() and BN_hex2bn() | tb | 2022-11-22 | 1 | -3/+3 |
* | document BN_nist_mod_521(3) and their four siblings | schwarze | 2022-11-21 | 3 | -3/+118 |
* | Fix a surprising quirk in BN_GF2m_mod(3). | schwarze | 2022-11-20 | 2 | -16/+14 |
* | Fix an off-by-one bug in BN_GF2m_poly2arr(3). | schwarze | 2022-11-20 | 1 | -4/+3 |
* | Fix comment describing BN_mod_sqrt() | tb | 2022-11-19 | 1 | -7/+9 |
* | Rework pkey_dsa_sign() and pkey_dsa_verify() | tb | 2022-11-19 | 1 | -21/+25 |
* | Rework DSA_sign() and DSA_verify() | tb | 2022-11-19 | 1 | -20/+31 |
* | Fix an annoying quirk in the EC code | tb | 2022-11-19 | 20 | -243/+243 |
* | whitespace | tb | 2022-11-19 | 16 | -134/+134 |
* | Fix whitespace | tb | 2022-11-19 | 11 | -63/+62 |
* | Unindent and check some pointers explicitly against NULL | tb | 2022-11-19 | 1 | -7/+9 |
* | Remove HMAC PRIVATE KEY support | tb | 2022-11-19 | 1 | -64/+1 |
* | Check os for NULL before dereferencing it | tb | 2022-11-18 | 1 | -5/+5 |
* | zap a stray semicolon | tb | 2022-11-18 | 1 | -2/+2 |
* | Include bytestring.h directly rather than pulling it in via asn1_locl.h | tb | 2022-11-18 | 1 | -1/+2 |
* | Wire up HMAC to raw private key methods | tb | 2022-11-18 | 1 | -2/+61 |
* | Change the pkey.ptr from char * to void * | tb | 2022-11-18 | 6 | -16/+13 |
* | group -> field | tb | 2022-11-18 | 1 | -5/+5 |
* | polynominal -> polynomial | tb | 2022-11-18 | 1 | -18/+18 |
* | new manual page BN_GF2m_add(3) | schwarze | 2022-11-18 | 3 | -3/+527 |
* | Avoid a few unnecessary contortions | tb | 2022-11-17 | 1 | -35/+12 |
* | Use a fixed-size array for the message and simplify a few other curly | tb | 2022-11-17 | 1 | -14/+16 |
* | Add initial Wycheproof EdDSA test coverage | tb | 2022-11-17 | 1 | -1/+111 |
* | Add a regression test for curve25519.c r1.14 | tb | 2022-11-17 | 1 | -2/+132 |
* | Prevent Ed25519 signature malleability | tb | 2022-11-17 | 1 | -1/+28 |
* | Revert "Check certificate extensions in trusted certificates" | beck | 2022-11-17 | 3 | -64/+8 |
* | tolower(3) guarantees to return its argument unchanged if it's not | florian | 2022-11-16 | 1 | -10/+3 |
* | mark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex, | schwarze | 2022-11-16 | 1 | -2/+8 |
* | expose the documentation of X509_STORE_CTX_verify_fn(3) | schwarze | 2022-11-16 | 2 | -42/+26 |
* | document X509_STORE_CTX_verify_cb(3) and X509_STORE_get_verify_cb(3) | schwarze | 2022-11-16 | 2 | -13/+40 |
* | Mark BN_mod_exp2_mont() as intentionally undocumented. | schwarze | 2022-11-16 | 1 | -3/+4 |
* | Remove an outdated TODO | tb | 2022-11-16 | 1 | -4/+1 |
* | document BN_mod_sqrt(3) | schwarze | 2022-11-15 | 4 | -5/+119 |
* | document BN_kronecker(3) | schwarze | 2022-11-14 | 3 | -3/+61 |
* | document BN_reciprocal(3) | schwarze | 2022-11-14 | 1 | -10/+55 |
* | Hide public symbols in libcrypto/x509 .c files | beck | 2022-11-14 | 55 | -52/+2073 |
* | Fix comment style | tb | 2022-11-13 | 1 | -3/+3 |
* | Various improvements; joint work with beck@: | schwarze | 2022-11-13 | 1 | -64/+72 |
* | Check certificate extensions in trusted certificates. | beck | 2022-11-13 | 3 | -8/+64 |
* | Bump libtls minor to match libcrypto and libssl | tb | 2022-11-13 | 1 | -1/+1 |
* | Bump libssl minor to match libcrypto | tb | 2022-11-13 | 1 | -1/+1 |
* | Bump minor after symbol addition | tb | 2022-11-13 | 1 | -1/+1 |
* | Update Symbols.list | tb | 2022-11-13 | 1 | -0/+8 |
* | Expose direct access API for Ed25519. | tb | 2022-11-13 | 1 | -3/+1 |
* | Expose various EVP hooks for Ed25519 and X25519 | tb | 2022-11-13 | 1 | -6/+3 |
* | Add ED25519 aliases for NID, SN and OBJ | tb | 2022-11-13 | 1 | -3/+1 |