summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Recommit -Wshadow now that the warning on BIG_ENDIAN is fixedtb2023-05-071-2/+2
* xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.tb2023-05-071-5/+5
* Backout -Wshadow, it breaks build on powerpc64.bluhm2023-05-071-2/+2
* Remove a misplaced empty linetb2023-05-071-2/+1
* Regen cert.pemtb2023-05-061-419/+402
* Use -Wshadow with clangtb2023-05-053-6/+6
* Reinstate X9.31 padding mode support in rsautltb2023-05-052-7/+18
* Fix error handling in tls_check_common_name()tb2023-05-051-6/+10
* Salt shares the blame of the continued existence of the X9.31 padding modetb2023-05-051-2/+2
* Reinstate documentation of RSA_X931_PADDINGtb2023-05-051-7/+6
* Add back support for RSA_X931_PADDINGtb2023-05-053-65/+127
* Link rsa_x931.c to buildtb2023-05-051-1/+2
* Bring back the X9.31 padding helperstb2023-05-051-0/+164
* symbols.awk: Remove cfb dancetb2023-05-041-4/+2
* Rewrite ECParameters_dup()tb2023-05-041-7/+12
* sigh. typotb2023-05-041-2/+2
* Let ecdsatest exercise ECParameters_dup() a bittb2023-05-041-2/+3
* Remove x9_62_test_internal()tb2023-05-041-72/+1
* Use size_t instead of int in EC_POINT_point2oct()tb2023-05-041-2/+2
* Fix line wrappingtb2023-05-041-3/+3
* Fix function name in doc commenttb2023-05-041-2/+2
* Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsbeck2023-05-033-124/+22
* Bring back length check tb ok'ed and I managed to remove whilebeck2023-05-031-2/+2
* Fix a few KNF/whitespace issuestb2023-05-031-9/+5
* Change X509_NAME_get_index_by[NID|OBJ] to be safer.beck2023-05-023-22/+124
* Mark the BIO_F_* function codes as intentionally undocumentedschwarze2023-05-021-1/+1
* Rename P into generatortb2023-05-021-6/+6
* Simplify EC_GROUP_new_by_curve_name()tb2023-05-021-20/+14
* Style tweaks for SMIME_write_PKCS7()tb2023-05-021-7/+5
* Unwrap a linetb2023-05-021-3/+2
* Simplify slightly and use i2d_PKCS7_bio_stream()tb2023-05-021-3/+3
* stray whitespacetb2023-05-011-2/+2
* Add a missing pair of braces.tb2023-05-011-2/+3
* Use uppercase for the CURVE_LIST_LENGTH macrotb2023-05-011-6/+6
* Consistently use lowercase hex digits for curve parameterstb2023-05-011-749/+749
* Now that we have C99 initializers, garbage collect some commentstb2023-05-011-299/+299
* Rework the curve list to use actual structs instead of a customtb2023-05-011-742/+1530
* Drop the now unnecessary and unused field_type from the curve datatb2023-05-011-54/+4
* Convert EC_CURVE_DATA to C99 initializerstb2023-05-011-51/+192
* Simplify ec_group_new_from_data() furthertb2023-05-011-16/+55
* Make warnings more precisejob2023-05-011-4/+4
* Drop some dead codetb2023-05-011-11/+2
* Remove pointless/wrong .meth = 0 entries from curves_list[]tb2023-05-011-55/+1
* Mechanically convert curve_list[] to C99 initializerstb2023-05-011-55/+325
* Clean up handling of nist_curves[]tb2023-05-011-18/+14
* Remove ASN1_item_ndef_i2d(3) documentationtb2023-05-012-35/+5
* First pass of removing low-level ASN.1 streaming docstb2023-05-0114-343/+26
* spellingjsg2023-05-011-3/+3
* x509_asn1: make this test pass again after reinstating DER preservationtb2023-04-301-5/+5
* check_complete.pl: update for recent changes in bntb2023-04-301-4/+3