| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide symbols in hkdf, evp, err, ecdsa and ec | beck | 2023-07-07 | 5 | -0/+769 |
* | Hide symbols in lhash, pem, and rc2 | beck | 2023-07-07 | 22 | -19/+534 |
* | Hit idea with the loving mallet of knfmt | beck | 2023-07-07 | 7 | -380/+399 |
* | hide symbols in sm, rand, and poly1305 | beck | 2023-07-07 | 11 | -6/+192 |
* | Replace HOST_l2c() with htob32() or crypto_store_htobe32(). | jsing | 2023-07-07 | 1 | -17/+15 |
* | Rename RSA_eay_* to rsa_*. | jsing | 2023-07-07 | 1 | -44/+33 |
* | Enable reading RSA-PSS certificates | tb | 2023-07-07 | 1 | -1/+2 |
* | Hit rc2 with the loving mallet of knfmt. | beck | 2023-07-07 | 7 | -413/+425 |
* | Hide symbols in ts | beck | 2023-07-07 | 13 | -11/+608 |
* | Use an unsigned long long and corresponding formats | tb | 2023-07-07 | 1 | -3/+3 |
* | Mop up remaining uses of ASN1_bn_print() | tb | 2023-07-07 | 4 | -140/+38 |
* | Insert leading octet if high bit of first nibble is 1 | tb | 2023-07-07 | 1 | -1/+7 |
* | One source file per line. | jsing | 2023-07-07 | 1 | -5/+10 |
* | Convert ecpk_print_explicit_parameters() to bn_printf() | tb | 2023-07-06 | 1 | -34/+8 |
* | Add bn_printf(), a replacement for ASN1_bn_print() | tb | 2023-07-06 | 3 | -2/+154 |
* | unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo | beck | 2023-07-06 | 3 | -54/+3 |
* | define OPENSSL_NO_DTLS1_1 since we no longer have that either. | beck | 2023-07-06 | 1 | -2/+5 |
* | Define the 'standard' OPENSSL_NO_BLAHBLAH's for no tls 1.0 or 1.1 | beck | 2023-07-06 | 1 | -3/+4 |
* | Hide symbols in asn1 and bio | beck | 2023-07-05 | 80 | -80/+1511 |
* | upstream hidden file #include_next workaround for MS C compilers | bcook | 2023-07-05 | 10 | -10/+50 |
* | don't return in a void function | bcook | 2023-07-05 | 1 | -2/+2 |
* | Merge bio.h patch from libressl-portable | tb | 2023-07-05 | 1 | -1/+15 |
* | whitespace | tb | 2023-07-05 | 1 | -4/+4 |
* | Correct formatting | beck | 2023-07-05 | 1 | -17/+9 |
* | Mop up last uses of ECDHerror() and ECDSAerror() | tb | 2023-07-05 | 4 | -25/+33 |
* | Hide symbols in chacha | beck | 2023-07-05 | 3 | -1/+43 |
* | One more ECDSAerror goes. | tb | 2023-07-05 | 1 | -2/+2 |
* | ECDHerror() and ECDSAerror will go away | tb | 2023-07-05 | 2 | -45/+45 |
* | Adjust the public declaration of OpenSSLDie to use a portable | bcook | 2023-07-05 | 1 | -2/+10 |
* | Drop an incorrect part from a comment | tb | 2023-07-05 | 1 | -2/+2 |
* | Missing . in comment | tb | 2023-07-05 | 1 | -2/+2 |
* | Fix #includes | tb | 2023-07-05 | 1 | -2/+6 |
* | Remove local prototypes for public API (?!) | tb | 2023-07-05 | 1 | -6/+1 |
* | Improve BN_bn2bin() error check for readability | tb | 2023-07-05 | 1 | -2/+2 |
* | Merge ECDH code that will stay into ecdh.c | tb | 2023-07-05 | 3 | -125/+65 |
* | Move ECDSA_size() to a more sensible place in this file | tb | 2023-07-05 | 1 | -28/+28 |
* | Merge ECDSA code that will stay into ecdsa.c | tb | 2023-07-05 | 3 | -160/+97 |
* | Rename ecs_local.h into ecdsa_local.h | tb | 2023-07-05 | 7 | -13/+13 |
* | Make variables in prototypes match function declarations | tb | 2023-07-05 | 1 | -6/+6 |
* | Drop useless ossl_ prefixes | tb | 2023-07-05 | 8 | -40/+52 |
* | Avoid outputting invalid signatures | tb | 2023-07-04 | 1 | -1/+11 |
* | Clean up ECDSA verification | tb | 2023-07-04 | 1 | -14/+29 |
* | ECDSA signing: annotate code with steps corresponding to FIPS 185-6. | tb | 2023-07-04 | 1 | -3/+25 |
* | Extract private key and group order in s computation | tb | 2023-07-04 | 1 | -19/+18 |
* | Use key for the EC_KEY everywhere | tb | 2023-07-04 | 1 | -39/+38 |
* | Some more consistency in variable names | tb | 2023-07-04 | 1 | -15/+15 |
* | Normalize ECDSA_SIG to be sig everywhere | tb | 2023-07-04 | 1 | -11/+11 |
* | Normalize on digest and digest_len rather than dgst dlen dgstlen, etc. | tb | 2023-07-04 | 1 | -28/+34 |
* | Rework ecdsa_prepare_digest() | tb | 2023-07-04 | 1 | -35/+35 |
* | Factor the computation of ECDSA s into a function | tb | 2023-07-04 | 1 | -69/+88 |