| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hide a couple of LCRYPTO_UNUSED in asn1.h | beck | 2024-04-10 | 4 | -10/+8 |
* | Add RC2 symbols to Symbols.namespace. | beck | 2024-04-10 | 1 | -0/+7 |
* | Finish hiding symbols in rand.h | beck | 2024-04-10 | 5 | -6/+34 |
* | Finish Hiding symbols in crypto.h | beck | 2024-04-10 | 9 | -18/+101 |
* | whirlpool_test: avoid calling arc4random_uniform(0) | tb | 2024-04-09 | 1 | -2/+4 |
* | whirlpool_test: zap lots of trailing whitespace | tb | 2024-04-09 | 1 | -58/+58 |
* | bn_convert: plug leak spotted by ASAN | tb | 2024-04-09 | 1 | -2/+4 |
* | Add a comment on abuse of EXFLAG_INVALID | tb | 2024-04-09 | 1 | -1/+8 |
* | Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits(). | jsing | 2024-04-09 | 2 | -1/+229 |
* | Add hidden conf.h, missed in an earlier commit | tb | 2024-04-09 | 1 | -0/+74 |
* | Add regress coverage for BN_bn2mpi()/BN_mpi2bn(). | jsing | 2024-04-09 | 1 | -6/+123 |
* | Hide symbols in conf.h | beck | 2024-04-09 | 7 | -6/+96 |
* | Plug leaks in ASN1_TIME_set_string_internal() | tb | 2024-04-09 | 1 | -6/+17 |
* | Hide public symbols in x509.h | beck | 2024-04-09 | 24 | -23/+606 |
* | Hide public symbols in evp.h | beck | 2024-04-09 | 47 | -45/+1121 |
* | Rename EVP_aes_XXX_cfb to EVP_aes_XXX_cfb128. | beck | 2024-04-09 | 1 | -4/+4 |
* | Clean up Symbols.namespace | beck | 2024-04-09 | 1 | -68/+0 |
* | Remove notBefore and notAfter cacheing. | beck | 2024-04-08 | 4 | -63/+16 |
* | Remove spaces before tabs | tb | 2024-04-08 | 1 | -2/+2 |
* | Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man page | beck | 2024-04-08 | 3 | -39/+60 |
* | Rework CMS_add_simple_smimecap() | tb | 2024-04-07 | 1 | -24/+43 |
* | Remove incorrect function counts | tb | 2024-04-04 | 1 | -4/+4 |
* | Recommit a better version of the removal of the F5 workaround | tb | 2024-04-04 | 1 | -9/+12 |
* | Backout previous commit (intending that libressl client rejects a supported | sthen | 2024-04-02 | 1 | -3/+17 |
* | Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid() | tb | 2024-04-02 | 1 | -5/+3 |
* | Mention that port can be specified as 0 in some situations, so that the | deraadt | 2024-04-01 | 1 | -2/+3 |
* | Add missing LCRYPTO_ALIAS() | tb | 2024-03-30 | 1 | -1/+3 |
* | Fix LCRYPTO_UNUSED() in namespace builds | tb | 2024-03-30 | 1 | -4/+7 |
* | Initialize quic_method in tlsexttest | tb | 2024-03-30 | 1 | -3/+3 |
* | Replace silly test1_exit() with exit() | tb | 2024-03-30 | 1 | -21/+15 |
* | Remove call to lh_FUNCTION_free() | tb | 2024-03-30 | 1 | -3/+1 |
* | In _malloc_init(), round up the region being mprotected RW to the malloc | miod | 2024-03-30 | 1 | -11/+11 |
* | Hide symbols in aes | joshua | 2024-03-30 | 5 | -3/+74 |
* | Hide symbols in camellia | joshua | 2024-03-30 | 3 | -1/+60 |
* | Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB. | jsing | 2024-03-30 | 1 | -33/+99 |
* | Hide symbols in whrlpool | joshua | 2024-03-30 | 3 | -1/+45 |
* | Do multiple padding add/check iterations. | jsing | 2024-03-30 | 1 | -24/+34 |
* | Hide symbols in CMS | joshua | 2024-03-30 | 5 | -4/+30 |
* | Add initial regress for RSA padding. | jsing | 2024-03-30 | 2 | -2/+328 |
* | Remove pointless guard in cms header | joshua | 2024-03-30 | 1 | -4/+2 |
* | Tidy indentation. | jsing | 2024-03-30 | 2 | -8/+8 |
* | Remove -app2_1 flags being passed to dsa and rsa regress. | jsing | 2024-03-30 | 2 | -14/+2 |
* | Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt} | jsing | 2024-03-29 | 1 | -6/+9 |
* | Always use C functions for AES_{encrypt,decrypt}(). | jsing | 2024-03-29 | 14 | -84/+124 |
* | Remove previously missed idea file. | jsing | 2024-03-29 | 1 | -176/+0 |
* | Consolidate cast code. | jsing | 2024-03-29 | 7 | -703/+398 |
* | Consolidate camellia code. | jsing | 2024-03-29 | 9 | -640/+124 |
* | Move camellia to primary Makefile. | jsing | 2024-03-29 | 12 | -44/+14 |
* | Add table-driven Whirlpool tests | joshua | 2024-03-29 | 3 | -1/+251 |
* | Remove now unused camellia assembly implementations. | jsing | 2024-03-29 | 2 | -2001/+0 |