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-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
2022-07-30
Untangle two logic chains in x509_asid.c into something more readable.
Theo Buehler
2022-07-30
Reorder functions and remove unnecessary function prototypes.
Joel Sing
2022-07-30
Add stack frames to AES-NI x86_64 assembly.
Joel Sing
2022-07-30
Use ASN1_INTEGER to encode/decode BIGNUM_it.
Joel Sing
2022-07-30
Provide and use a primitive clear function for BIGNUM_it.
Joel Sing
2022-07-30
Eliminate the somewhat pointless Ij variable
Theo Buehler
2022-07-30
Transform two || chains into individually checked functions
Theo Buehler
2022-07-29
Having a perfect square at this point is not an error. Rather it is
Theo Buehler
2022-07-29
Tweak some comments and whitespace around comments
Theo Buehler
2022-07-26
Do not pass input length <= 0 to the cipher handlers
Theo Buehler
2022-07-25
fix indent
Theo Buehler
2022-07-24
Plug leak in X509V3_add1_i2d()
Theo Buehler
2022-07-24
Prepare to resurrect TS_RESP_CTX_set_time_cb()
Theo Buehler
2022-07-24
Prepare to provide TS_VERIFY_CTX accessors
Theo Buehler
2022-07-24
Prepare to provide various TS_STATUS_INFO accessors
Theo Buehler
2022-07-24
Align PKCS12_key_gen_uni() with OpenSSL
Theo Buehler
[next]