| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove bss_log.c: no longer linked to build | tb | 2025-07-16 | 1 | -216/+0 |
| * | Undocument PEM_X509_INFO_read(3), X509_PKEY_new(3) and X509_PKEY_free(3) | schwarze | 2025-07-16 | 9 | -144/+31 |
| * | This thread-aware profiling support diff comes from Yuichiro NAITO. | deraadt | 2025-07-16 | 1 | -1/+5 |
| * | bump major for libssl and libtls to match libcrypto | tb | 2025-07-16 | 2 | -4/+4 |
| * | Ride the libcrypto bump with some simple cleanup: | tb | 2025-07-16 | 8 | -197/+15 |
| * | 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 |
| * | .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 |
| * | 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 |
| * | 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 | 23 | -124/+124 |
| * | <uvm/uvmexp.h> is clearly only for VM_MALLOC_CONF, but <sys/sysctl.h> takes | deraadt | 2025-06-12 | 1 | -2/+1 |