| Commit message (Expand) | Author | Files | Lines |
2022-08-04 | Remove various aesni_* defines to aes_* functions. | jsing | 1 | -56/+24 |
2022-08-04 | change some 4.4BSD references to earlier releases | jsg | 2 | -6/+6 |
2022-08-03 | Add workarounds for some symbols that are hidden under !LIBRESSL_INTERNAL | tb | 1 | -1/+7 |
2022-08-03 | Prepare to provide PKCS12 accessors | tb | 9 | -22/+349 |
2022-08-02 | Expand BLOCK_CIPHER_* macros. | jsing | 1 | -133/+1056 |
2022-08-01 | libc string functions were not ported from pwb to v7 | jsg | 3 | -15/+9 |
2022-07-31 | strlen was in v6 libc (s5/perror.c) but not documented till v7 | jsg | 1 | -5/+4 |
2022-07-31 | Tidy up some of BN_nist_mod_* | jsing | 1 | -22/+30 |
2022-07-31 | fix indent | tb | 1 | -2/+2 |
2022-07-31 | Allow a NULL header in PEM_write{,_bio}() | tb | 1 | -3/+2 |
2022-07-31 | Randomise the rekey interval a little. Previously, the chacha20 | djm | 1 | -2/+8 |
2022-07-30 | Use named initialisers for BIGNUMs. | jsing | 1 | -61/+65 |
2022-07-30 | Untangle two logic chains in x509_asid.c into something more readable. | tb | 1 | -9/+22 |
2022-07-30 | update copyright years | tb | 1 | -2/+2 |
2022-07-30 | Reorder functions and remove unnecessary function prototypes. | jsing | 1 | -29/+24 |
2022-07-30 | Update copyright for additional/new code. | jsing | 1 | -1/+2 |
2022-07-30 | Provide additional AEAD test cases. | jsing | 6 | -1/+1991 |
2022-07-30 | Add EVP_aes_192_gcm() as a known AEAD. | jsing | 1 | -1/+3 |
2022-07-30 | Allow the AEAD to be specified for a test file. | jsing | 2 | -8/+12 |
2022-07-30 | Run AEAD tests against EVP_CIPHER implementations. | jsing | 1 | -15/+220 |
2022-07-30 | Allow quoted ASCII strings as input for AEAD regress. | jsing | 1 | -21/+42 |
2022-07-30 | Sort includes. | jsing | 1 | -4/+4 |
2022-07-30 | Less #ifndef OPENSSL_NO_* | jsing | 1 | -17/+1 |
2022-07-30 | Fix comment formatting. | jsing | 1 | -4/+7 |
2022-07-30 | Switch to ISC license. | jsing | 1 | -46/+13 |
2022-07-30 | Add stack frames to AES-NI x86_64 assembly. | jsing | 1 | -39/+58 |
2022-07-30 | Use ASN1_INTEGER to encode/decode BIGNUM_it. | jsing | 1 | -34/+48 |
2022-07-30 | Provide and use a primitive clear function for BIGNUM_it. | jsing | 1 | -8/+15 |
2022-07-30 | Eliminate the somewhat pointless Ij variable | tb | 1 | -5/+4 |
2022-07-30 | Transform two || chains into individually checked functions | tb | 1 | -8/+13 |
2022-07-29 | Having a perfect square at this point is not an error. Rather it is | tb | 1 | -2/+2 |
2022-07-29 | Tweak some comments and whitespace around comments | tb | 1 | -9/+32 |
2022-07-28 | Add a second test to validate the tables in the library. | tb | 1 | -1/+42 |
2022-07-27 | Adjust a comment to reflect reality, minor code tweaks. | tb | 1 | -7/+7 |
2022-07-26 | Do not pass input length <= 0 to the cipher handlers | tb | 1 | -11/+17 |
2022-07-26 | minor tweaks: unwrap a line, tweak a comment and zap an empty line | tb | 1 | -5/+3 |
2022-07-25 | Remove test of non-portable implementation details (whether wctype_t | guenther | 1 | -5/+1 |
2022-07-25 | Add a regression test for bn_isqrt.c | tb | 2 | -1/+302 |
2022-07-25 | Separate the macro for generating string test functions | schwarze | 1 | -14/+22 |
2022-07-25 | fix indent | tb | 1 | -2/+2 |
2022-07-25 | If a command or interface first appeared in PWB/UNIX, UNIX System III or | jsg | 2 | -6/+10 |
2022-07-24 | Plug leak in X509V3_add1_i2d() | tb | 1 | -2/+3 |
2022-07-24 | Prepare to resurrect TS_RESP_CTX_set_time_cb() | tb | 2 | -2/+14 |
2022-07-24 | Prepare to provide TS_VERIFY_CTX accessors | tb | 2 | -2/+79 |
2022-07-24 | Prepare to provide various TS_STATUS_INFO accessors | tb | 2 | -2/+34 |
2022-07-24 | Align PKCS12_key_gen_uni() with OpenSSL | tb | 1 | -58/+50 |
2022-07-24 | Minor fixes in PKCS12_parse() | tb | 1 | -24/+23 |
2022-07-24 | Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OF | tb | 1 | -2/+2 |
2022-07-24 | Clear key on exit in PKCS12_gen_mac() | tb | 1 | -25/+38 |
2022-07-24 | Plug a leak in PKCS12_setup_mac() | tb | 1 | -2/+3 |