| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NULL dereference in x509_constraints_uri_host() | tb | 2022-11-28 | 1 | -2/+3 |
* | In bio.h rev. 1.50 and rev. 1.51, tb@ provided BIO_set_retry_reason(3). | schwarze | 2022-11-27 | 1 | -4/+20 |
* | Make header guards of internal headers consistent | tb | 2022-11-26 | 16 | -56/+55 |
* | bn_lcl.h wanted special treatment. | tb | 2022-11-26 | 1 | -567/+0 |
* | Make internal header file names consistent | tb | 2022-11-26 | 426 | -932/+1498 |
* | Remove BIGNUM consistency macros. | jsing | 2022-11-26 | 23 | -328/+24 |
* | cms_lcl.h should not be part of SRCS | tb | 2022-11-26 | 1 | -2/+1 |
* | In bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided BIO_get_init(3). | schwarze | 2022-11-25 | 1 | -5/+23 |
* | Major overhaul. | schwarze | 2022-11-24 | 1 | -210/+216 |
* | Merge the second y_bit check into the first one where it belongs | tb | 2022-11-24 | 1 | -5/+5 |
* | Simplify y_bit handling in compressed coordinates | tb | 2022-11-24 | 1 | -15/+2 |
* | Clean up EC_METHOD and EC_GROUP definitions | tb | 2022-11-24 | 1 | -102/+111 |
* | Change bn_expand()/bn_wexpand() to indicate failure/success via 0/1. | jsing | 2022-11-24 | 15 | -83/+83 |
* | Call bn_expand() rather than handrolling an equivalent. | jsing | 2022-11-24 | 1 | -5/+5 |
* | Fix leaks in ecx_set_{priv,pub}_key() | tb | 2022-11-23 | 1 | -9/+9 |
* | Reverse arguments in CBS_dup() | tb | 2022-11-23 | 1 | -2/+2 |
* | Use bn_wexpand() rather than bn_expand() with sizeof(BN_ULONG). | jsing | 2022-11-23 | 2 | -4/+4 |
* | Ensure that bn_expand()/bn_wexpand() fail on negative sizes. | jsing | 2022-11-23 | 1 | -1/+7 |
* | Turn bn_wexpand() into a function. | jsing | 2022-11-23 | 2 | -5/+13 |
* | Move bn_expand() under bn_expand2(). | jsing | 2022-11-23 | 1 | -13/+13 |
* | Remove unused bn_dup_expand(). | jsing | 2022-11-23 | 2 | -56/+2 |
* | Move #ifndef OPENSSL_NO_DEPRECATED. | jsing | 2022-11-23 | 1 | -21/+21 |
* | Remove bn_* defines/prototypes. | jsing | 2022-11-23 | 1 | -4/+1 |
* | Fix some whitespace and comment formatting | tb | 2022-11-22 | 1 | -37/+45 |
* | Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm() | tb | 2022-11-22 | 1 | -2/+2 |
* | Remove incorrect "r must not be a" comment | tb | 2022-11-22 | 1 | -2/+1 |
* | mention what BN_ULONG is | schwarze | 2022-11-22 | 3 | -8/+33 |
* | Remove the lie that BN_ULONG might be 16 bits wide. | schwarze | 2022-11-22 | 1 | -9/+11 |
* | Better document BN_ULONG (in the DESCRIPTION near BN_num_bits_word(3)) | schwarze | 2022-11-22 | 1 | -40/+84 |
* | 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 |
* | 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 |
* | 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 |