| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the other_ctx in X509_STORE_CTX into trusted | tb | 2023-05-08 | 2 | -12/+12 |
* | Add RCS tag | tb | 2023-05-08 | 1 | -0/+1 |
* | X509_verify_cert(): Garbage collect the unused roots variable | tb | 2023-05-08 | 1 | -4/+1 |
* | Avoid trailing whitespace in extension printing | tb | 2023-05-08 | 1 | -2/+2 |
* | Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed | tb | 2023-05-07 | 1 | -2/+2 |
* | xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path. | tb | 2023-05-07 | 1 | -5/+5 |
* | Backout -Wshadow, it breaks build on powerpc64. | bluhm | 2023-05-07 | 1 | -2/+2 |
* | Remove a misplaced empty line | tb | 2023-05-07 | 1 | -2/+1 |
* | Regen cert.pem | tb | 2023-05-06 | 1 | -419/+402 |
* | Use -Wshadow with clang | tb | 2023-05-05 | 3 | -6/+6 |
* | Fix error handling in tls_check_common_name() | tb | 2023-05-05 | 1 | -6/+10 |
* | Salt shares the blame of the continued existence of the X9.31 padding mode | tb | 2023-05-05 | 1 | -2/+2 |
* | Reinstate documentation of RSA_X931_PADDING | tb | 2023-05-05 | 1 | -7/+6 |
* | Add back support for RSA_X931_PADDING | tb | 2023-05-05 | 3 | -65/+127 |
* | Link rsa_x931.c to build | tb | 2023-05-05 | 1 | -1/+2 |
* | Bring back the X9.31 padding helpers | tb | 2023-05-05 | 1 | -0/+164 |
* | Rewrite ECParameters_dup() | tb | 2023-05-04 | 1 | -7/+12 |
* | Use size_t instead of int in EC_POINT_point2oct() | tb | 2023-05-04 | 1 | -2/+2 |
* | Fix line wrapping | tb | 2023-05-04 | 1 | -3/+3 |
* | Fix function name in doc comment | tb | 2023-05-04 | 1 | -2/+2 |
* | Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtls | beck | 2023-05-03 | 2 | -47/+20 |
* | Bring back length check tb ok'ed and I managed to remove while | beck | 2023-05-03 | 1 | -2/+2 |
* | Fix a few KNF/whitespace issues | tb | 2023-05-03 | 1 | -9/+5 |
* | Change X509_NAME_get_index_by[NID|OBJ] to be safer. | beck | 2023-05-02 | 2 | -20/+47 |
* | Rename P into generator | tb | 2023-05-02 | 1 | -6/+6 |
* | Simplify EC_GROUP_new_by_curve_name() | tb | 2023-05-02 | 1 | -20/+14 |
* | Style tweaks for SMIME_write_PKCS7() | tb | 2023-05-02 | 1 | -7/+5 |
* | Unwrap a line | tb | 2023-05-02 | 1 | -3/+2 |
* | stray whitespace | tb | 2023-05-01 | 1 | -2/+2 |
* | Add a missing pair of braces. | tb | 2023-05-01 | 1 | -2/+3 |
* | Use uppercase for the CURVE_LIST_LENGTH macro | tb | 2023-05-01 | 1 | -6/+6 |
* | Consistently use lowercase hex digits for curve parameters | tb | 2023-05-01 | 1 | -749/+749 |
* | Now that we have C99 initializers, garbage collect some comments | tb | 2023-05-01 | 1 | -299/+299 |
* | Rework the curve list to use actual structs instead of a custom | tb | 2023-05-01 | 1 | -742/+1530 |
* | Drop the now unnecessary and unused field_type from the curve data | tb | 2023-05-01 | 1 | -54/+4 |
* | Convert EC_CURVE_DATA to C99 initializers | tb | 2023-05-01 | 1 | -51/+192 |
* | Simplify ec_group_new_from_data() further | tb | 2023-05-01 | 1 | -16/+55 |
* | Drop some dead code | tb | 2023-05-01 | 1 | -11/+2 |
* | Remove pointless/wrong .meth = 0 entries from curves_list[] | tb | 2023-05-01 | 1 | -55/+1 |
* | Mechanically convert curve_list[] to C99 initializers | tb | 2023-05-01 | 1 | -55/+325 |
* | Clean up handling of nist_curves[] | tb | 2023-05-01 | 1 | -18/+14 |
* | Remove ASN1_item_ndef_i2d(3) documentation | tb | 2023-05-01 | 2 | -35/+5 |
* | First pass of removing low-level ASN.1 streaming docs | tb | 2023-05-01 | 14 | -343/+26 |
* | spelling | jsg | 2023-05-01 | 1 | -3/+3 |
* | mandoc -Tlint tells me I forgot to zap a comma | tb | 2023-04-30 | 1 | -2/+2 |
* | Remove most documentation pertaining to proxy certificates. | tb | 2023-04-30 | 6 | -205/+10 |
* | Remove proxy cert api remmnants | tb | 2023-04-30 | 1 | -9/+1 |
* | Remove documentation of BN_generate_prime(), BN_is_prime{,_fasttest}() | tb | 2023-04-30 | 1 | -85/+4 |
* | Remove documentation of BN_zero_ex() and update BN_one() and BN_zero() | tb | 2023-04-30 | 1 | -22/+3 |
* | Garbage collect BN_zero_ex() | tb | 2023-04-30 | 1 | -7/+1 |