summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize quic_method in tlsexttesttb2024-03-301-3/+3
* Replace silly test1_exit() with exit()tb2024-03-301-21/+15
* Remove call to lh_FUNCTION_free()tb2024-03-301-3/+1
* In _malloc_init(), round up the region being mprotected RW to the mallocmiod2024-03-301-11/+11
* Hide symbols in aesjoshua2024-03-305-3/+74
* Hide symbols in camelliajoshua2024-03-303-1/+60
* Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS/CBB.jsing2024-03-301-33/+99
* Hide symbols in whrlpooljoshua2024-03-303-1/+45
* Do multiple padding add/check iterations.jsing2024-03-301-24/+34
* Hide symbols in CMSjoshua2024-03-305-4/+30
* Add initial regress for RSA padding.jsing2024-03-302-2/+328
* Remove pointless guard in cms headerjoshua2024-03-301-4/+2
* Tidy indentation.jsing2024-03-302-8/+8
* Remove -app2_1 flags being passed to dsa and rsa regress.jsing2024-03-302-14/+2
* Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}jsing2024-03-291-6/+9
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-2914-84/+124
* Remove previously missed idea file.jsing2024-03-291-176/+0
* Consolidate cast code.jsing2024-03-297-703/+398
* Consolidate camellia code.jsing2024-03-299-640/+124
* Move camellia to primary Makefile.jsing2024-03-2912-44/+14
* Add table-driven Whirlpool testsjoshua2024-03-293-1/+251
* Remove now unused camellia assembly implementations.jsing2024-03-292-2001/+0
* Stop building camellia assembly on amd64 and i386.jsing2024-03-292-5/+8
* Sprinkle a few references to RFC 8419tb2024-03-293-6/+15
* Add regress coverage for EdDSA in CMStb2024-03-291-6/+42
* Implement Ed25519 signatures for CMS (RFC 8419)tb2024-03-292-21/+126
* Move aes_core.c to the primary Makefile.jsing2024-03-2912-32/+12
* Consolidate idea into a single C file.jsing2024-03-295-357/+287
* Remove unused n2ln, l2nn, n2l and l2n macros.jsing2024-03-291-44/+1
* Make X509_VERIFY_PARAM_set1_policies() less badtb2024-03-291-22/+34
* Clean up X509_VERIFY_PARAM_add0_policy()tb2024-03-291-6/+5
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-299-57/+100
* Retire mime_debug()tb2024-03-291-5/+1
* Improve error checking in i2d_ASN1_bio_stream()tb2024-03-291-23/+24
* Consolidate whirlpool into a single C file.jsing2024-03-294-284/+229
* Remove now unused assembly implementations of whirlpool.jsing2024-03-292-978/+0
* Hide symbols in Blowfishjoshua2024-03-293-1/+51
* Move wp_block.c to the primary Makefile.jsing2024-03-2912-35/+12
* Remove CMS special now that we do not depend on pem.h being included first.jsing2024-03-291-2/+1
* Stop playing #ifdef HEADER_PEM_H games in cms.h.jsing2024-03-291-3/+4
* Stop using pem2.h.jsing2024-03-292-4/+3
* Hide symbols in DESjoshua2024-03-2922-20/+157
* Rename AES_cbc_encrypt to aes_cbc_encrypt_internal for the SEH handlers.jsing2024-03-291-4/+4
* Stop building whirlpool assembly on amd64 and i386.jsing2024-03-292-6/+3
* Fix indenttb2024-03-291-2/+2
* Apply style(9) hammer.jsing2024-03-291-118/+117
* Hide symbols in RIPEMDjoshua2024-03-283-1/+45
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-2814-102/+43
* Make AES_cbc_encrypt() always be a C function.jsing2024-03-285-17/+32
* Use static inline for rc4_set_key_internal().jsing2024-03-281-2/+2