| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop building camellia assembly on amd64 and i386. | jsing | 2024-03-29 | 2 | -5/+8 |
* | Sprinkle a few references to RFC 8419 | tb | 2024-03-29 | 3 | -6/+15 |
* | Add regress coverage for EdDSA in CMS | tb | 2024-03-29 | 1 | -6/+42 |
* | Implement Ed25519 signatures for CMS (RFC 8419) | tb | 2024-03-29 | 2 | -21/+126 |
* | Move aes_core.c to the primary Makefile. | jsing | 2024-03-29 | 12 | -32/+12 |
* | Consolidate idea into a single C file. | jsing | 2024-03-29 | 5 | -357/+287 |
* | Remove unused n2ln, l2nn, n2l and l2n macros. | jsing | 2024-03-29 | 1 | -44/+1 |
* | Make X509_VERIFY_PARAM_set1_policies() less bad | tb | 2024-03-29 | 1 | -22/+34 |
* | Clean up X509_VERIFY_PARAM_add0_policy() | tb | 2024-03-29 | 1 | -6/+5 |
* | Always use C functions for AES_set_{encrypt,decrypt}_key(). | jsing | 2024-03-29 | 9 | -57/+100 |
* | Retire mime_debug() | tb | 2024-03-29 | 1 | -5/+1 |
* | Improve error checking in i2d_ASN1_bio_stream() | tb | 2024-03-29 | 1 | -23/+24 |
* | Consolidate whirlpool into a single C file. | jsing | 2024-03-29 | 4 | -284/+229 |
* | Remove now unused assembly implementations of whirlpool. | jsing | 2024-03-29 | 2 | -978/+0 |
* | Hide symbols in Blowfish | joshua | 2024-03-29 | 3 | -1/+51 |
* | Move wp_block.c to the primary Makefile. | jsing | 2024-03-29 | 12 | -35/+12 |