| Commit message (Expand) | Author | Files | Lines |
2025-07-16 | Remove bss_log.c: no longer linked to build | tb | 1 | -216/+0 |
2025-07-16 | Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3) | schwarze | 9 | -144/+31 |
2025-07-16 | This thread-aware profiling support diff comes from Yuichiro NAITO. | deraadt | 1 | -1/+5 |
2025-07-16 | bump major for libssl and libtls to match libcrypto | tb | 2 | -4/+4 |
2025-07-16 | Ride the libcrypto bump with some simple cleanup: | tb | 8 | -197/+15 |
2025-07-16 | Make the FILE object opaque. Move the __sFILE definition into | yasuoka | 1 | -1/+1 |
2025-07-13 | Simplify AES-XTS implementation and remove AES-NI specific code from EVP. | jsing | 8 | -132/+117 |
2025-07-12 | add libc specific __cmtx and __rcmtx locks for internal use. | dlg | 1 | -1/+55 |
2025-07-12 | Merge the two functions from x_pkey.c into pem_info.c | tb | 3 | -127/+60 |
2025-07-12 | Merge the two functions from x_info.c into pem_info.c | tb | 3 | -100/+36 |
2025-07-12 | pem_info.c: more include tweaks | tb | 1 | -8/+3 |
2025-07-12 | pem_info.c: fix includes | tb | 1 | -2/+6 |
2025-07-11 | X509_sign: make variables in SYNOPSIS match the ones used in DESCRIPTION | tb | 1 | -8/+8 |
2025-07-10 | X509_verify(): sync with X509_CRL_verify() | tb | 1 | -2/+6 |
2025-07-10 | Add missing check to X509_CRL_verify() | tb | 1 | -1/+7 |
2025-07-09 | libcrypto regress: add interop harness for openssl/3.5 | tb | 8 | -10/+75 |
2025-07-09 | libcrypto regress: move GOCACHE to obj/ | tb | 3 | -12/+28 |
2025-07-07 | .Lb libtls libssl libcrypto | schwarze | 12 | -24/+37 |
2025-07-06 | Move aes_ecb_encrypt_internal() prototype to aes_local.h. | jsing | 2 | -5/+5 |
2025-07-06 | X509_get0_signature: call out inconsistent argument order in BUGS | tb | 1 | -2/+9 |
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 |