| Commit message (Expand) | Author | Files | Lines |
2025-07-05 | Add minimal regress coverage for AES-XTS | jsing | 1 | -2/+183 |
2025-07-04 | fix double word; ok tb@ | jsg | 1 | -3/+3 |
2025-07-02 | pkcs7.h: remove whitespace before opening paren. | tb | 1 | -2/+2 |
2025-07-02 | Const correct the documentation of EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}() | tb | 1 | -9/+9 |
2025-07-02 | Const correct EVP_PKEY_get{0,1}_{DH,DSA,EC_KEY,RSA}() | tb | 2 | -26/+22 |
2025-07-02 | Fix documented EVP_PKEY{,_base}_id() signature | tb | 1 | -4/+4 |
2025-07-02 | EVP_CipherInit_ex(): normalize EVP_CIPHER_CTX_ctrl() error check | tb | 1 | -2/+2 |
2025-07-01 | X509_print_ex.3: document X509_FLAG_NO_IDS | tb | 1 | -2/+7 |
2025-07-01 | X509_print: emit UIDs unless X509_FLAG_NO_IDS is set | tb | 1 | -1/+28 |
2025-07-01 | x509.h: provide X509_FLAG_NO_IDS | tb | 1 | -1/+2 |
2025-06-29 | make the argument to ether_ntoa const. | dlg | 2 | -5/+5 |
2025-06-28 | Provide accelerated SHA-1 for aarch64. | jsing | 4 | -2/+253 |
2025-06-28 | Rework gcm128 implementation selection for amd64/i386. | jsing | 7 | -61/+130 |
2025-06-28 | Use a single implementation of gcm_mul()/gcm_ghash(). | jsing | 1 | -19/+8 |
2025-06-28 | Remove less than useful comment. | jsing | 1 | -8/+1 |
2025-06-28 | Add CLMUL and MMX to machine dependent CPU capabilities for i386. | jsing | 2 | -4/+10 |
2025-06-28 | Add CLMUL to machine dependent CPU capabilities for amd64. | jsing | 2 | -4/+7 |
2025-06-27 | Simplify EVP AES-GCM implementation and remove AES-NI specific code. | jsing | 3 | -175/+31 |
2025-06-27 | Move AES-NI from EVP to AES for CTR mode. | jsing | 6 | -76/+95 |
2025-06-27 | Remove unused defines from aes_local.h. | jsing | 1 | -5/+1 |
2025-06-27 | openssl-ruby-tests: prepare for ruby default switch to 3.4 | tb | 1 | -4/+4 |
2025-06-25 | X509_print and friends: switch from BIO_write() to BIO_printf() | tb | 1 | -17/+16 |
2025-06-24 | nc: document -Talpn | tb | 1 | -2/+6 |
2025-06-24 | nc: add ALPN TLS option, so you can specify -T alpn=value | tb | 1 | -2/+8 |
2025-06-24 | sort process_tls_opt[] | tb | 1 | -2/+2 |
2025-06-23 | sync anton's fix for OpenSSL 3.3 interop to 3.4 | tb | 1 | -2/+2 |
2025-06-23 | OpenSSL is linked against pthread by now; ok tb@ | anton | 1 | -2/+2 |
2025-06-16 | Remove AES-NI specific EVP_CIPHER methods for CFB/CFB1/CFB8. | jsing | 1 | -205/+1 |
2025-06-16 | Remove AES-NI specific EVP_CIPHER methods for OFB. | jsing | 1 | -64/+1 |
2025-06-16 | Remove AES-NI specific EVP_CIPHER methods for CBC. | jsing | 1 | -66/+1 |
2025-06-16 | strip the temporary filename when displaying a verification error; | sthen | 1 | -1/+2 |
2025-06-15 | crypto_ex_data: use same sizeof idiom as everywhere else in our own code | tb | 1 | -7/+6 |
2025-06-15 | Remove aesni_init_key(). | jsing | 1 | -47/+22 |
2025-06-15 | Integrate AES-NI into the AES code. | jsing | 6 | -62/+270 |
2025-06-15 | Provide machine dependent CPU capabilities for i386. | jsing | 2 | -3/+17 |
2025-06-15 | Provide CRYPTO_CPU_CAPS_AMD64_AES in machine dependent CPU capabilities. | jsing | 2 | -4/+7 |
2025-06-15 | tlsfuzzer: adjust test filenames to upstream churn. | tb | 1 | -154/+154 |
2025-06-14 | ec_asn1_test: be better at sorting | tb | 1 | -3/+3 |
2025-06-14 | ec_asn1_test: for curves that have a seed, validate the parameters a and b | tb | 1 | -2/+195 |
2025-06-14 | Fix signature of BN_zero | tb | 1 | -5/+4 |
2025-06-13 | The mdoc(7) .Ft macro does not need quoting of its arguments, but about | schwarze | 23 | -124/+124 |
2025-06-12 | <uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes | deraadt | 1 | -2/+1 |
2025-06-12 | Bring the DESCRIPTION a bit closer to reality, in particular stop | schwarze | 1 | -7/+31 |
2025-06-12 | Add a test to verify the fpurge problem doesn't happen. fpurge() | yasuoka | 1 | -1/+41 |
2025-06-11 | EC_GROUP_check: rephrase a sentence so it's a bit less awkward | tb | 1 | -5/+7 |
2025-06-11 | The functions SMIME_read_ASN1(3) and SMIME_write_ASN1(3) | schwarze | 3 | -290/+1 |
2025-06-11 | Since the function SMIME_write_ASN1(3) is no longer public, move the | schwarze | 2 | -63/+181 |
2025-06-11 | pk7_asn1: delete lines containing nothing but a tab | tb | 1 | -7/+1 |
2025-06-11 | Lie less below RETURN VALUES, add a related BUGS entry, | schwarze | 2 | -10/+24 |
2025-06-11 | SMIME_read_ASN1(3) and SMIME_write_ASN1(3) are no longer public, | schwarze | 4 | -12/+18 |