summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Reverse arguments in CBS_dup()tb2022-11-231-2/+2
* Fix inconsequential copy-paste errortb2022-11-231-3/+3
* Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG).jsing2022-11-232-4/+4
* Ensure that bn_expand()/bn_wexpand() fail on negative sizes.jsing2022-11-231-1/+7
* Turn bn_wexpand() into a function.jsing2022-11-232-5/+13
* Move bn_expand() under bn_expand2().jsing2022-11-231-13/+13
* Remove unused bn_dup_expand().jsing2022-11-232-56/+2
* Move #ifndef OPENSSL_NO_DEPRECATED.jsing2022-11-231-21/+21
* Remove bn_* defines/prototypes.jsing2022-11-231-4/+1
* Fix some whitespace and comment formattingtb2022-11-221-37/+45
* Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()tb2022-11-221-2/+2
* Remove incorrect "r must not be a" commenttb2022-11-221-2/+1
* Plug leaks spotted by ASAN CItb2022-11-221-1/+3
* mention what BN_ULONG isschwarze2022-11-223-8/+33
* Remove the lie that BN_ULONG might be 16 bits wide.schwarze2022-11-221-9/+11
* Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3))schwarze2022-11-221-40/+84
* Remove comment obsoleted by API change (and r1.3)tb2022-11-221-2/+1
* ed25519 test: make the testvectors table consttb2022-11-221-4/+4
* simplify makefileanton2022-11-221-8/+2
* Be more helpful and provide details on what the time conversion testsanton2022-11-221-9/+6
* Tweak a printf.tb2022-11-221-3/+3
* Add a unit test that crashes without bn_print.c r1.34.tb2022-11-222-1/+95
* Fix segfaults in BN_dec2bn() and BN_hex2bn()tb2022-11-221-3/+3
* document BN_nist_mod_521(3) and their four siblingsschwarze2022-11-213-3/+118
* Fix a surprising quirk in BN_GF2m_mod(3).schwarze2022-11-202-16/+14
* Fix an off-by-one bug in BN_GF2m_poly2arr(3).schwarze2022-11-201-4/+3
* Fix comment describing BN_mod_sqrt()tb2022-11-191-7/+9
* Rework pkey_dsa_sign() and pkey_dsa_verify()tb2022-11-191-21/+25
* Rework DSA_sign() and DSA_verify()tb2022-11-191-20/+31
* Fix an annoying quirk in the EC codetb2022-11-1920-243/+243
* whitespacetb2022-11-1916-134/+134
* Fix whitespacetb2022-11-1911-63/+62
* Unindent and check some pointers explicitly against NULLtb2022-11-191-7/+9
* Remove HMAC PRIVATE KEY supporttb2022-11-191-64/+1
* Check os for NULL before dereferencing ittb2022-11-181-5/+5
* zap a stray semicolontb2022-11-181-2/+2
* Include bytestring.h directly rather than pulling it in via asn1_locl.htb2022-11-181-1/+2
* Wire up HMAC to raw private key methodstb2022-11-181-2/+61
* Change the pkey.ptr from char * to void *tb2022-11-186-16/+13
* group -> fieldtb2022-11-181-5/+5
* polynominal -> polynomialtb2022-11-181-18/+18
* new manual page BN_GF2m_add(3)schwarze2022-11-183-3/+527
* Avoid a few unnecessary contortionstb2022-11-171-35/+12
* Use a fixed-size array for the message and simplify a few other curlytb2022-11-171-14/+16
* Add initial Wycheproof EdDSA test coveragetb2022-11-171-1/+111
* Add a regression test for curve25519.c r1.14tb2022-11-171-2/+132
* Prevent Ed25519 signature malleabilitytb2022-11-171-1/+28
* Revert "Check certificate extensions in trusted certificates"beck2022-11-173-64/+8
* tolower(3) guarantees to return its argument unchanged if it's notflorian2022-11-161-10/+3
* mark BN_X931_derive_prime_ex, BN_X931_generate_prime_ex,schwarze2022-11-161-2/+8