| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide EVP methods for SHA3 224/256/384/512. | jsing | 2023-04-16 | 3 | -2/+193 |
* | Provide EVP methods for SHA512/224 and SHA512/256. | jsing | 2023-04-16 | 4 | -4/+91 |
* | Bounds check mdlen that is passed to sha3_init(). | jsing | 2023-04-16 | 1 | -2/+5 |
* | Shuffle ext_cmp() and ext_list_free() up a bit | tb | 2023-04-16 | 1 | -18/+14 |
* | Remove unnecessary prototypes in the middle of the code | tb | 2023-04-16 | 1 | -5/+1 |
* | Use more usual version of inlined nitems(). No binary change. | tb | 2023-04-16 | 1 | -2/+2 |
* | Fix comment formatting and grammar, drop usless and outdated comment | tb | 2023-04-16 | 1 | -7/+3 |
* | Remove now empty/unused ext_dat.h | tb | 2023-04-16 | 1 | -67/+0 |
* | Merge ext_dat.h back into x509_lib.c | tb | 2023-04-16 | 2 | -78/+78 |
* | Mark X9.31 BN API for removal | tb | 2023-04-16 | 1 | -1/+4 |
* | The BN reciprocal API will also become internal-only | tb | 2023-04-16 | 1 | -1/+7 |
* | Various BN*init() will be removed from the public API | tb | 2023-04-16 | 1 | -1/+10 |
* | Mark public bn_nist and ec_nist API for removal | tb | 2023-04-16 | 2 | -2/+6 |
* | Mark EC_KEY_{get,insert}_method_data() for removal | tb | 2023-04-16 | 1 | -1/+5 |
* | Mark TS_VERIFY_CTX_init() for removal | tb | 2023-04-16 | 1 | -1/+3 |
* | Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3) | tb | 2023-04-16 | 2 | -2/+27 |
* | Mark remaining policy tree public API for removal | tb | 2023-04-16 | 2 | -3/+19 |
* | Annotate policy tree STACK_OF() goo for removal from public API | tb | 2023-04-16 | 1 | -1/+4 |
* | The policy tree types become internal ony. Annotate them. | tb | 2023-04-16 | 1 | -1/+7 |
* | Cipher text stealing will go away. Mark it for removal. | tb | 2023-04-16 | 1 | -1/+3 |
* | Mark proxy policy API for removal in upcoming bump | tb | 2023-04-16 | 1 | -1/+5 |
* | Remove the now unused ex_pcpathlen from the X509 struct | tb | 2023-04-16 | 1 | -2/+1 |
* | More ProxyCertInfo tentacles go to the attic | tb | 2023-04-16 | 2 | -65/+6 |
* | Remove some dead code from the new verifier | tb | 2023-04-16 | 1 | -7/+1 |
* | Drop support for the ProxyCertInfo extension | tb | 2023-04-16 | 1 | -3/+2 |
* | Make pcy_int.h pull in x509_local.h it will need it soon | tb | 2023-04-16 | 1 | -1/+4 |
* | ec_point_conversion: do not rely on ec.h pulling in bn.h | tb | 2023-04-15 | 1 | -1/+2 |
* | Use size_t rather than int. | jsing | 2023-04-15 | 2 | -13/+13 |
* | Add SHA3 digest length define that was previously missed. | jsing | 2023-04-15 | 1 | -1/+2 |
* | Remove sha3() function, which will not be used or exposed. | jsing | 2023-04-15 | 2 | -16/+2 |
* | Mark sha3_keccakf() as static and remove prototype from header. | jsing | 2023-04-15 | 2 | -5/+3 |
* | Use memset() to zero the context, instead of zeroing manually. | jsing | 2023-04-15 | 1 | -5/+3 |
* | Provide SHA3 length related defines. | jsing | 2023-04-15 | 1 | -1/+27 |
* | Use the same byte order tests as we do elsewhere in libcrypto. | jsing | 2023-04-15 | 1 | -3/+5 |
* | Adjust documentation of X9.31 padding mode | tb | 2023-04-15 | 1 | -6/+6 |
* | Stop supporting the long-retired X9.31 standard | tb | 2023-04-15 | 2 | -113/+57 |
* | Prepare rsa.h for X9.31 support removal | tb | 2023-04-15 | 1 | -1/+5 |
* | Remove now unused GF2m perlasm generators | tb | 2023-04-15 | 3 | -980/+0 |
* | Rename SHA3 context struct field from 'st' to 'state'. | jsing | 2023-04-15 | 2 | -15/+15 |
* | Rename SHA3 context to align with existing code. | jsing | 2023-04-15 | 2 | -14/+14 |
* | Move some defines out of the sha3_internal.h header. | jsing | 2023-04-15 | 2 | -10/+6 |
* | Stop building GF2m assembly | tb | 2023-04-15 | 3 | -8/+2 |
* | Revise header guards. | jsing | 2023-04-15 | 1 | -4/+4 |
* | Pull constant tables out of sha3_keccakf(). | jsing | 2023-04-15 | 1 | -24/+24 |
* | Strip and reformat comments. | jsing | 2023-04-15 | 2 | -44/+14 |
* | Apply style(9) (first pass). | jsing | 2023-04-15 | 2 | -146/+152 |
* | Import sha3_internal.h. | jsing | 2023-04-15 | 1 | -2/+2 |
* | Add license to sha3 files. | jsing | 2023-04-15 | 2 | -0/+50 |
* | Import tiny_sha3 | jsing | 2023-04-15 | 2 | -0/+238 |
* | ssltest: Drop more policy go from this test. | tb | 2023-04-15 | 1 | -357/+21 |