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
2019-05-08
Make sure that the tag buffer size is equal to the tag size
Theo Buehler
2019-04-28
Avoid an undefined shift in ASN1_ENUMERATED_get().
Theo Buehler
2019-04-28
Avoid an undefined shift in ASN1_INTEGER_get().
Theo Buehler
2019-04-22
Add error checking to i2v_POLICY_MAPPINGS().
Theo Buehler
2019-04-22
Add error checking to i2v_POLICY_CONSTRAINTS().
Theo Buehler
2019-04-22
Add error checking to i2v_EXTENDED_KEY_USAGE().
Theo Buehler
2019-04-22
Add error checking to i2v_ASN1_BIT_STRING().
Theo Buehler
2019-04-22
Add error checking to i2v_BASIC_CONSTRAINTS().
Theo Buehler
2019-04-22
Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace
Theo Buehler
2019-04-22
Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()
Theo Buehler
2019-04-21
Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()
Theo Buehler
2019-04-21
The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck
Theo Buehler
2019-04-21
Fix awful whitespace in OBJ_bsearch_ext()
Theo Buehler
2019-04-21
KNF: use proper wrapping of function return type and name
Theo Buehler
2019-04-21
fix some style nits to reduce noise in an upcoming diff
Theo Buehler
2019-04-20
Avoid undefined behaviour that results from negating a signed long with
Joel Sing
2019-04-19
Allocate md_data with calloc to avoid use of uninitialised memory.
Joel Sing
2019-04-19
Allocate fixed NIDs for SM3/SM4.
Joel Sing
2019-04-16
Rewrite & fix X509V3_add_value()
Theo Buehler
2019-04-16
indent err: labels
Theo Buehler
2019-04-16
wrap an overlong line and kill a space before a tab
Theo Buehler
2019-04-16
Move function types to their own lines; rewrap.
Theo Buehler
2019-04-15
Avoid signed integer overflow.
Joel Sing
2019-04-14
Add input validation to BIO_read()/BIO_write().
Joel Sing
2019-04-14
Some more malloc() to calloc() conversions.
Joel Sing
2019-04-14
Remove two pointless chunks of code.
Joel Sing
2019-04-14
Use calloc() when allocating cipher_data.
Joel Sing
2019-04-14
Annotate a future improvement.
Joel Sing
2019-04-14
Avoid potential double-frees following EVP_CIPHER_CTX_copy().
Joel Sing
2019-04-14
Fix previous: I forgot to rename the bn_to_string() prototype.
Theo Buehler
2019-04-13
Avoid quadratic behavior of decimal BIGNUM conversion
Theo Buehler
2019-04-10
Avoid an overread caused by d2i_PrivateKey().
Joel Sing
2019-04-07
Revert tasn_prn.c r1.18.
Joel Sing
2019-04-04
update root CAs in cert.pem in sync with Mozilla
Stuart Henderson
2019-04-03
Avoid some out of bound accesses in aesni_cbc_hmac_sha1_cipher().
Theo Buehler
2019-04-02
fix broken comment
Stuart Henderson
2019-04-01
Implement a print function for BIGNUM_it.
Joel Sing
2019-04-01
Correct the return values from long_print.
Joel Sing
2019-04-01
Require all ASN1_PRIMITIVE_FUNCS functions to be provided.
Joel Sing
2019-03-31
Wrap long lines and apply some style(9).
Joel Sing
2019-03-31
Use named field initialisers.
Joel Sing
2019-03-29
Use correct capitalization of EC_GROUP_get_curve_GF{2m,p}(3).
Theo Buehler
2019-03-27
Cast nonce bytes to avoid undefined behaviour when left shifting.
Joel Sing
2019-03-27
bump to 2.9.1
Brent Cook
2019-03-26
Use limits.h instead of sys/limits.h for portability.
Joel Sing
2019-03-24
Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a max
Bob Beck
2019-03-24
Cast nonce bytes to avoid undefined behaviour when left shifting.
Joel Sing
2019-03-23
Add range checks to varios ASN1_INTEGER functions to ensure the
Bob Beck
2019-03-21
import EVP_camellia_128_cbc(3) from OpenSSL 1.1.1,
Ingo Schwarze
2019-03-21
space before punct;
Jason McIntyre
[next]