| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move aes_ecb_encrypt_internal() prototype to aes_local.h. | jsing | 2025-07-06 | 2 | -5/+5 |
| * | X509_get0_signature: call out inconsistent argument order in BUGS | tb | 2025-07-06 | 1 | -2/+9 |
| * | fix double word; ok tb@ | jsg | 2025-07-04 | 1 | -3/+3 |
| * | pkcs7.h: remove whitespace before opening paren. | tb | 2025-07-02 | 1 | -2/+2 |
| * | Const correct the documentation of EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}() | tb | 2025-07-02 | 1 | -9/+9 |
| * | Const correct EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}() | tb | 2025-07-02 | 2 | -26/+22 |
| * | Fix documented EVP_PKEY{,_base}_id() signature | tb | 2025-07-02 | 1 | -4/+4 |
| * | EVP_CipherInit_ex(): normalize EVP_CIPHER_CTX_ctrl() error check | tb | 2025-07-02 | 1 | -2/+2 |
| * | X509_print_ex.3: document X509_FLAG_NO_IDS | tb | 2025-07-01 | 1 | -2/+7 |
| * | X509_print: emit UIDs unless X509_FLAG_NO_IDS is set | tb | 2025-07-01 | 1 | -1/+28 |
| * | x509.h: provide X509_FLAG_NO_IDS | tb | 2025-07-01 | 1 | -1/+2 |
| * | Provide accelerated SHA-1 for aarch64. | jsing | 2025-06-28 | 4 | -2/+253 |
| * | Rework gcm128 implementation selection for amd64/i386. | jsing | 2025-06-28 | 7 | -61/+130 |
| * | Use a single implementation of gcm_mul()/gcm_ghash(). | jsing | 2025-06-28 | 1 | -19/+8 |
| * | Remove less than useful comment. | jsing | 2025-06-28 | 1 | -8/+1 |
| * | Add CLMUL and MMX to machine dependent CPU capabilities for i386. | jsing | 2025-06-28 | 2 | -4/+10 |
| * | Add CLMUL to machine dependent CPU capabilities for amd64. | jsing | 2025-06-28 | 2 | -4/+7 |
| * | Simplify EVP AES-GCM implementation and remove AES-NI specific code. | jsing | 2025-06-27 | 3 | -175/+31 |
| * | Move AES-NI from EVP to AES for CTR mode. | jsing | 2025-06-27 | 6 | -76/+95 |
| * | Remove unused defines from aes_local.h. | jsing | 2025-06-27 | 1 | -5/+1 |
| * | X509_print and friends: switch from BIO_write() to BIO_printf() | tb | 2025-06-25 | 1 | -17/+16 |
| * | Remove AES-NI specific EVP_CIPHER methods for CFB/CFB1/CFB8. | jsing | 2025-06-16 | 1 | -205/+1 |
| * | Remove AES-NI specific EVP_CIPHER methods for OFB. | jsing | 2025-06-16 | 1 | -64/+1 |
| * | Remove AES-NI specific EVP_CIPHER methods for CBC. | jsing | 2025-06-16 | 1 | -66/+1 |
| * | strip the temporary filename when displaying a verification error; | sthen | 2025-06-16 | 1 | -1/+2 |
| * | crypto_ex_data: use same sizeof idiom as everywhere else in our own code | tb | 2025-06-15 | 1 | -7/+6 |
| * | Remove aesni_init_key(). | jsing | 2025-06-15 | 1 | -47/+22 |
| * | Integrate AES-NI into the AES code. | jsing | 2025-06-15 | 6 | -62/+270 |
| * | Provide machine dependent CPU capabilities for i386. | jsing | 2025-06-15 | 2 | -3/+17 |
| * | Provide CRYPTO_CPU_CAPS_AMD64_AES in machine dependent CPU capabilities. | jsing | 2025-06-15 | 2 | -4/+7 |
| * | Fix signature of BN_zero | tb | 2025-06-14 | 1 | -5/+4 |
| * | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 2025-06-13 | 14 | -86/+86 |
| * | Bring the DESCRIPTION a bit closer to reality, in particular stop | schwarze | 2025-06-12 | 1 | -7/+31 |
| * | EC_GROUP_check: rephrase a sentence so it's a bit less awkward | tb | 2025-06-11 | 1 | -5/+7 |
| * | The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3) | schwarze | 2025-06-11 | 3 | -290/+1 |
| * | Since the function SMIME_write_ASN1(3) is no longer public, move the | schwarze | 2025-06-11 | 2 | -63/+181 |
| * | pk7_asn1: delete lines containing nothing but a tab | tb | 2025-06-11 | 1 | -7/+1 |
| * | Lie less below RETURN VALUES, add a related BUGS entry, | schwarze | 2025-06-11 | 2 | -10/+24 |
| * | SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public, | schwarze | 2025-06-11 | 4 | -12/+18 |
| * | SMIME_read_ASN1(3) is no longer public, | schwarze | 2025-06-11 | 2 | -6/+12 |
| * | Explain why we still need OPENSSL_init() (autoconf) | tb | 2025-06-11 | 1 | -1/+5 |
| * | Remove BF_PTR | tb | 2025-06-11 | 14 | -109/+3 |
| * | err.c: fix previous: 8 spaces -> tab | tb | 2025-06-10 | 1 | -2/+2 |
| * | Fix comment: unsigned int, not just int | tb | 2025-06-09 | 1 | -2/+2 |
| * | one DES_LONG hid in arch/sh/opensslconf.h | tb | 2025-06-09 | 1 | -8/+0 |
| * | Move (mostly) MI constants to proper headers | tb | 2025-06-09 | 18 | -416/+36 |
| * | Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag. | jsing | 2025-06-09 | 8 | -23/+9 |
| * | Remove GNU assembler version check. | jsing | 2025-06-09 | 1 | -4/+1 |
| * | Stop defining OPENSSL_IA32_SSE2 on amd64. | jsing | 2025-06-09 | 1 | -2/+1 |
| * | Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3) | schwarze | 2025-06-09 | 7 | -456/+25 |