summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.Joel Sing
2022-09-03Rewrap some lines, no functional change.Joel Sing
2022-09-03Tidy up asn1_c2i_primitive() slightly.Joel Sing
2022-09-03Avoid recycling ASN1_STRINGs when decoding ASN.1.Joel Sing
2022-09-03Remove duplicate prototype that just snuck in.Joel Sing
2022-09-03Ensure ASN.1 types are appropriately encoded.Joel Sing
2022-09-03Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().Joel Sing
2022-09-03Prepare to provide OPENSSL_cleanup.Joel Sing
2022-09-03Stop using CBIGNUM_it internal to libcrypto.Joel Sing
2022-08-31Add an empty line for consistency.Theo Buehler
2022-08-31Remove most mentions of contexts on the stack.Theo Buehler
2022-08-31nasty whitespaceTheo Buehler
2022-08-31Rework DSA_size() and ECDSA_size()Theo Buehler
2022-08-31Switch loop bounds from size_t to int in check_hosts()Theo Buehler
2022-08-30chacha20_poly1305_cleanup() should return 1Theo Buehler
2022-08-30Plug memory leak in X509_REQ_print_ex()Theo Buehler
2022-08-29missing periodTheo Buehler
2022-08-29Provide ERR_R_INIT_FAIL.Joel Sing
2022-08-29Provide ASN1_R_TYPE_NOT_PRIMITIVE.Joel Sing
2022-08-29static const, not const staticJonathan Gray
2022-08-28Plug memory leak in CMS_add_simple_smimecap() in the unlikely event thatTheo Buehler
2022-08-28Encode an ASN.1 INTEGER with NULL data to value of zero.Joel Sing
2022-08-27Provide additional defines for EVP AEAD.Joel Sing
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