| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline ec_point_make_affine() in the public API | tb | 2025-01-11 | 3 | -44/+22 |
* | Remove seven pairs of unnecessary parentheses | tb | 2025-01-11 | 1 | -5/+5 |
* | When describing v3 crypt, be specific as to which machine was simulated. | jsg | 2025-01-09 | 1 | -3/+3 |
* | ec_lib.c: zap stray empty line at end of file | tb | 2025-01-09 | 1 | -2/+1 |
* | check_discriminant: make the assumptions on p, a, b more explicit | tb | 2025-01-09 | 1 | -2/+3 |
* | Improve order of things in BN_RECP_CTX_set() | tb | 2025-01-08 | 1 | -3/+4 |
* | Remove parentheses in return statements | tb | 2025-01-08 | 1 | -8/+8 |
* | Add a space after comma | tb | 2025-01-08 | 1 | -3/+3 |
* | Remove superfluous parentheses | tb | 2025-01-08 | 1 | -13/+13 |
* | X509_NAME_print() also fails to indent | tb | 2025-01-08 | 1 | -5/+6 |
* | X509_NAME_print: remove lie about multiple lines being used | tb | 2025-01-07 | 1 | -4/+2 |
* | Rewrite TS_ASN1_INTEGER_print_bio() | tb | 2025-01-07 | 1 | -14/+19 |
* | Remove stale comment about methods and members | tb | 2025-01-07 | 1 | -6/+1 |
* | Check discriminant directly in EC_GROUP_set_discriminant() | tb | 2025-01-07 | 3 | -68/+47 |
* | unitialized -> uninitialized | tb | 2025-01-06 | 1 | -2/+2 |
* | ec_lib: create a garbage bin at the end, throw Jprojective stuff in there | tb | 2025-01-06 | 1 | -19/+24 |
* | Inline the last two uses of ec_mont_group_clear() | tb | 2025-01-06 | 1 | -14/+11 |
* | typo: slighty -> slightly | tb | 2025-01-06 | 1 | -2/+2 |
* | group_copy() is no longer a thing... | tb | 2025-01-06 | 1 | -3/+1 |
* | Remove get_order_bits() and get_degree() methods | tb | 2025-01-06 | 3 | -28/+5 |
* | More dest -> dst renaming missed in previous | tb | 2025-01-06 | 1 | -8/+8 |
* | Rename dest into dst | tb | 2025-01-06 | 1 | -21/+21 |
* | Inline the copy handlers in EC_GROUP_copy() | tb | 2025-01-06 | 2 | -51/+19 |
* | Use a slightly more sensible order in ec_local.h | tb | 2025-01-06 | 1 | -36/+33 |
* | BN_div_recp() can't be static since it is directly exercised by bn_test.c | tb | 2025-01-06 | 2 | -3/+5 |
* | fix ugly whitespace | tb | 2025-01-06 | 1 | -4/+4 |
* | Revise comments to note that these are Jacobian projective coordinates. | jsing | 2025-01-06 | 1 | -3/+6 |
* | Shuffle functions into a more sensible order | tb | 2025-01-06 | 2 | -42/+39 |
* | Remove indirection for coordinate blinding. | jsing | 2025-01-06 | 3 | -28/+4 |
* | Stop caching one in the Montgomery domain | tb | 2025-01-06 | 3 | -56/+16 |
* | Prepare removal accessors for Jprojective coordinates | tb | 2025-01-06 | 3 | -150/+16 |
* | An -> The | tb | 2025-01-06 | 1 | -2/+2 |
* | Print the inverse in affine coordinates | tb | 2025-01-06 | 1 | -8/+3 |
* | Let's use RSA_3 rather than 3 | tb | 2025-01-05 | 1 | -2/+2 |
* | Move BIGNUMs in EC_GROUP and EC_POINT to the heap | tb | 2025-01-05 | 5 | -194/+208 |
* | Stop setting RSA_FLAG_SIGN_VER | tb | 2025-01-05 | 1 | -2/+1 |
* | Remove most of the RSA_FLAG_SIGN_VER documentation | tb | 2025-01-05 | 2 | -33/+6 |
* | Stop requiring the RSA_FLAG_SIGN_VER | tb | 2025-01-05 | 2 | -7/+5 |
* | rsa_method_test: some consistency tweaks | tb | 2025-01-04 | 1 | -6/+5 |
* | fix typo | tb | 2025-01-04 | 1 | -2/+2 |
* | Add some regress coverage for custom RSA methods | tb | 2025-01-04 | 2 | -1/+280 |
* | rsa tests: tidy up the makefile | tb | 2025-01-04 | 1 | -7/+8 |
* | termianted -> terminated | tb | 2025-01-03 | 1 | -2/+2 |
* | Fix typo: multipy -> multiply | tb | 2025-01-03 | 2 | -18/+18 |
* | Remove now unnecessary initialization of c and i | tb | 2025-01-03 | 1 | -2/+2 |
* | Remove unnecessary early return if num == 0 | tb | 2025-01-03 | 1 | -4/+1 |
* | Make obj_bsearch_ex() resemble libc bsearch() a bit more | tb | 2025-01-03 | 1 | -16/+12 |
* | Remove some gloriously outdated comments | tb | 2025-01-02 | 1 | -5/+1 |
* | Merge testdsa.h and tesrsa.h into speed.c | tb | 2025-01-02 | 3 | -781/+712 |
* | Remove some pointless header guards. The headers are in scope. | tb | 2025-01-02 | 1 | -7/+1 |