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-14
Correct missing test to determine if length is in bytes or in bits.
Bob Beck
2019-05-12
Fix signed overflow in X509_CRL_print().
Theo Buehler
2019-05-12
Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is
Theo Buehler
2019-05-12
Stop the eyebleed in here and just use calloc
Bob Beck
2019-05-11
$OpenBSD$
Theo Buehler
2019-05-11
Remove commented out rc5 bits
Theo Buehler
2019-05-10
Initialize EC_KEY_METHOD before use.
Brent Cook
2019-05-10
Revert part of r1.36: in the case of GCM, gcm.key is assigned from
Theo Buehler
2019-05-09
Fix incorrect carry operation in 512 bit addition: in the case
Theo Buehler
2019-05-08
initialize safestack pointers
Brent Cook
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
[next]