index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
Age
Commit message (
Expand
)
Author
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.
Joel Sing
2022-09-03
Rewrap some lines, no functional change.
Joel Sing
2022-09-03
Tidy up asn1_c2i_primitive() slightly.
Joel Sing
2022-09-03
Avoid recycling ASN1_STRINGs when decoding ASN.1.
Joel Sing
2022-09-03
Remove duplicate prototype that just snuck in.
Joel Sing
2022-09-03
Ensure ASN.1 types are appropriately encoded.
Joel Sing
2022-09-03
Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().
Joel Sing
2022-09-03
Prepare to provide OPENSSL_cleanup.
Joel Sing
2022-09-03
Stop using CBIGNUM_it internal to libcrypto.
Joel Sing
2022-08-31
Add an empty line for consistency.
Theo Buehler
2022-08-31
Remove most mentions of contexts on the stack.
Theo Buehler
2022-08-31
nasty whitespace
Theo Buehler
2022-08-31
Rework DSA_size() and ECDSA_size()
Theo Buehler
2022-08-31
Switch loop bounds from size_t to int in check_hosts()
Theo Buehler
2022-08-30
chacha20_poly1305_cleanup() should return 1
Theo Buehler
2022-08-30
Plug memory leak in X509_REQ_print_ex()
Theo Buehler
2022-08-29
missing period
Theo Buehler
2022-08-29
Provide ERR_R_INIT_FAIL.
Joel Sing
2022-08-29
Provide ASN1_R_TYPE_NOT_PRIMITIVE.
Joel Sing
2022-08-29
static const, not const static
Jonathan Gray
2022-08-28
Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that
Theo Buehler
2022-08-28
Encode an ASN.1 INTEGER with NULL data to value of zero.
Joel Sing
2022-08-27
Provide additional defines for EVP AEAD.
Joel Sing
2022-08-21
fix indent and zap trailing whitespace
Theo Buehler
2022-08-20
Provide EVP_chacha20_poly1305()
Joel Sing
2022-08-20
Remove bogus length checks from EVP_aead_chacha20_poly1305()
Joel Sing
2022-08-20
Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().
Joel Sing
2022-08-20
Rewrite i2c_ASN1_INTEGER() using CBB/CBS.
Joel Sing
2022-08-20
Make it possible to signal an error from an i2c_* function.
Joel Sing
2022-08-20
Add an empty pkcs12_local.h and include it where it will soon be needed.
Theo Buehler
2022-08-18
Adjust signatures of BIO_ctrl functions
Theo Buehler
2022-08-18
Allow empty attribute sets in CSRs
Theo Buehler
2022-08-15
Add missing RCS tag and zap a trailing space
Theo Buehler
2022-08-15
Initialize readbytes in BIO_gets()
Theo Buehler
2022-08-11
Remove unused variable
Theo Buehler
2022-08-10
Avoid signed integer overflow due to unary negation
Theo Buehler
2022-08-10
Cast int64_t to uint64_t for negating
Theo Buehler
2022-08-10
Only print versions we know about
Theo Buehler
2022-08-05
Remove overly aggressive trust check in legacy verifier that breaks
Bob Beck
2022-08-04
Mop up key_len assignments.
Joel Sing
2022-08-04
Mop up EVP_CIPH_FLAG_FIPS usage.
Joel Sing
2022-08-04
Remove various aesni_* defines to aes_* functions.
Joel Sing
2022-08-03
Prepare to provide PKCS12 accessors
Theo Buehler
2022-08-02
Expand BLOCK_CIPHER_* macros.
Joel Sing
2022-07-31
Tidy up some of BN_nist_mod_*
Joel Sing
2022-07-31
Allow a NULL header in PEM_write{,_bio}()
Theo Buehler
2022-07-30
Use named initialisers for BIGNUMs.
Joel Sing
[next]