| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make the FILE object opaque. Move the __sFILE definition into | yasuoka | 2025-07-16 | 1 | -1/+1 |
| * | Simplify AES-XTS implementation and remove AES-NI specific code from EVP. | jsing | 2025-07-13 | 8 | -132/+117 |
| * | add libc specific __cmtx and __rcmtx locks for internal use. | dlg | 2025-07-12 | 1 | -1/+55 |
| * | Merge the two functions from x_pkey.c into pem_info.c | tb | 2025-07-12 | 3 | -127/+60 |
| * | Merge the two functions from x_info.c into pem_info.c | tb | 2025-07-12 | 3 | -100/+36 |
| * | pem_info.c: more include tweaks | tb | 2025-07-12 | 1 | -8/+3 |
| * | pem_info.c: fix includes | tb | 2025-07-12 | 1 | -2/+6 |
| * | X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTION | tb | 2025-07-11 | 1 | -8/+8 |
| * | X509_verify(): sync with X509_CRL_verify() | tb | 2025-07-10 | 1 | -2/+6 |
| * | Add missing check to X509_CRL_verify() | tb | 2025-07-10 | 1 | -1/+7 |
| * | libcrypto regress: add interop harness for openssl/3.5 | tb | 2025-07-09 | 8 | -10/+75 |
| * | libcrypto regress: move GOCACHE to obj/ | tb | 2025-07-09 | 3 | -12/+28 |
| * | .Lb libtls libssl libcrypto | schwarze | 2025-07-07 | 12 | -24/+37 |
| * | 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 |
| * | Add minimal regress coverage for AES-XTS | jsing | 2025-07-05 | 1 | -2/+183 |
| * | 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 |
| * | make the argument to ether_ntoa const. | dlg | 2025-06-29 | 2 | -5/+5 |
| * | 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 |
| * | openssl-ruby-tests: prepare for ruby default switch to 3.4 | tb | 2025-06-27 | 1 | -4/+4 |
| * | X509_print and friends: switch from BIO_write() to BIO_printf() | tb | 2025-06-25 | 1 | -17/+16 |
| * | nc: document -Talpn | tb | 2025-06-24 | 1 | -2/+6 |
| * | nc: add ALPN TLS option, so you can specify -T alpn=value | tb | 2025-06-24 | 1 | -2/+8 |
| * | sort process_tls_opt[] | tb | 2025-06-24 | 1 | -2/+2 |
| * | sync anton's fix for OpenSSL 3.3 interop to 3.4 | tb | 2025-06-23 | 1 | -2/+2 |
| * | OpenSSL is linked against pthread by now; ok tb@ | anton | 2025-06-23 | 1 | -2/+2 |
| * | 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 |