summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2022-08-21fix indent and zap trailing whitespaceTheo Buehler
2022-08-20Provide EVP_chacha20_poly1305()Joel Sing
2022-08-20Remove bogus length checks from EVP_aead_chacha20_poly1305()Joel Sing
2022-08-20Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().Joel Sing
2022-08-20Rewrite i2c_ASN1_INTEGER() using CBB/CBS.Joel Sing
2022-08-20Make it possible to signal an error from an i2c_* function.Joel Sing
2022-08-20Add an empty pkcs12_local.h and include it where it will soon be needed.Theo Buehler
2022-08-18Adjust signatures of BIO_ctrl functionsTheo Buehler
2022-08-18Allow empty attribute sets in CSRsTheo Buehler
2022-08-15Add missing RCS tag and zap a trailing spaceTheo Buehler
2022-08-15Initialize readbytes in BIO_gets()Theo Buehler
2022-08-11Remove unused variableTheo Buehler
2022-08-10Avoid signed integer overflow due to unary negationTheo Buehler
2022-08-10Cast int64_t to uint64_t for negatingTheo Buehler
2022-08-10Only print versions we know aboutTheo Buehler
2022-08-05Remove overly aggressive trust check in legacy verifier that breaksBob Beck
2022-08-04Mop up key_len assignments.Joel Sing
2022-08-04Mop up EVP_CIPH_FLAG_FIPS usage.Joel Sing
2022-08-04Remove various aesni_* defines to aes_* functions.Joel Sing
2022-08-03Prepare to provide PKCS12 accessorsTheo Buehler
2022-08-02Expand BLOCK_CIPHER_* macros.Joel Sing
2022-07-31Tidy up some of BN_nist_mod_*Joel Sing
2022-07-31Allow a NULL header in PEM_write{,_bio}()Theo Buehler
2022-07-30Use named initialisers for BIGNUMs.Joel Sing
2022-07-30Untangle two logic chains in x509_asid.c into something more readable.Theo Buehler
2022-07-30Reorder functions and remove unnecessary function prototypes.Joel Sing
2022-07-30Add stack frames to AES-NI x86_64 assembly.Joel Sing
2022-07-30Use ASN1_INTEGER to encode/decode BIGNUM_it.Joel Sing
2022-07-30Provide and use a primitive clear function for BIGNUM_it.Joel Sing
2022-07-30Eliminate the somewhat pointless Ij variableTheo Buehler
2022-07-30Transform two || chains into individually checked functionsTheo Buehler
2022-07-29Having a perfect square at this point is not an error. Rather it isTheo Buehler
2022-07-29Tweak some comments and whitespace around commentsTheo Buehler
2022-07-26Do not pass input length <= 0 to the cipher handlersTheo Buehler
2022-07-25fix indentTheo Buehler
2022-07-24Plug leak in X509V3_add1_i2d()Theo Buehler
2022-07-24Prepare to resurrect TS_RESP_CTX_set_time_cb()Theo Buehler
2022-07-24Prepare to provide TS_VERIFY_CTX accessorsTheo Buehler
2022-07-24Prepare to provide various TS_STATUS_INFO accessorsTheo Buehler
2022-07-24Align PKCS12_key_gen_uni() with OpenSSLTheo Buehler
2022-07-24Minor fixes in PKCS12_parse()Theo Buehler
2022-07-24Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OFTheo Buehler
2022-07-24Clear key on exit in PKCS12_gen_mac()Theo Buehler
2022-07-24Plug a leak in PKCS12_setup_mac()Theo Buehler
2022-07-24Start making ts opaqueTheo Buehler
2022-07-23Fix file names in comments.Theo Buehler
2022-07-19Avoid unnecessary loops in BN_generate_prime_ex()Theo Buehler
2022-07-17Handle X509_check_purpose(3) and EVP_get_digestbyobj(3)Klemens Nanni
2022-07-17Add initial support for ESSCertIDv2 verificationKlemens Nanni
2022-07-16Add ESSCertIDv2 stack macrosKlemens Nanni