| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework PKCS7_simple_smimecap()HEADmaster | tb | 5 days | 2 | -27/+36 |
* | Rework PKCS7_add1_attrib_digest() | tb | 5 days | 1 | -12/+18 |
* | Rewrite PKCS7_get_smimecap() to use d2i_X509_ALGORS() | tb | 5 days | 1 | -6/+9 |
* | Plug leaks due to misuse of PKCS7_add_signed_attribute() | tb | 5 days | 2 | -26/+52 |
* | curve25519.c: zap trailing whitespace introduced in previous | tb | 6 days | 1 | -2/+2 |
* | PKCS7_add0_attrib_signing_time: tweak comment | tb | 8 days | 1 | -2/+2 |
* | Below STANDARDS, reference the two most relevant sections of RFC 5652. | schwarze | 8 days | 1 | -1/+5 |
* | Remove DES_UNROLL from opensslconf.h. | jsing | 8 days | 13 | -156/+0 |
* | Rework DES encryption/decryption loops. | jsing | 8 days | 2 | -124/+31 |
* | Inline cms_add1_signingTime() in its only consumer | tb | 9 days | 1 | -31/+9 |
* | Update PKCS7_add0_attrib_signing_time() docs | tb | 9 days | 1 | -3/+3 |
* | Fix PKCS7_add0_attrib_signing_time() | tb | 9 days | 1 | -5/+24 |
* | Fix incorrect ownership handling in add_attribute() | tb | 9 days | 1 | -34/+42 |
* | Remove BN_LLONG defines/undefs from opensslconf.h. | jsing | 12 days | 13 | -65/+0 |
* | Remove unused function pointer from struct aead_aes_gcm_ctx. | jsing | 13 days | 1 | -2/+1 |
* | Remove remaining block128_f casts from EVP AES. | jsing | 13 days | 2 | -5/+8 |
* | Remove crypto_cpu_caps_ia32() | jsing | 13 days | 6 | -30/+6 |
* | Move AES-NI for ECB out of EVP. | jsing | 13 days | 6 | -87/+58 |
* | Move AES-NI from EVP to AES for CCM mode. | jsing | 2025-07-21 | 7 | -112/+145 |
* | Zero stack based IV and buffer when aes_ctr32_encrypt_generic() completes. | jsing | 2025-07-20 | 1 | -1/+4 |
* | Rename the file PEM_X509_INFO_read.3 to PEM_X509_INFO_read_bio.3 | schwarze | 2025-07-17 | 2 | -5/+5 |
* | avoid undefined behavior when shifting into sign bit | kenjiro | 2025-07-17 | 1 | -116/+127 |
* | Remove BIO_s_log() prototype, pointed out by schwarze | tb | 2025-07-16 | 1 | -14/+13 |
* | Undocument the undocumentedness of BIO_s_log. It's gone. | tb | 2025-07-16 | 1 | -3/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |