summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2019-05-14Correct missing test to determine if length is in bytes or in bits.Bob Beck
2019-05-12Fix signed overflow in X509_CRL_print().Theo Buehler
2019-05-12Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key isTheo Buehler
2019-05-12Stop the eyebleed in here and just use callocBob Beck
2019-05-11$OpenBSD$Theo Buehler
2019-05-11Remove commented out rc5 bitsTheo Buehler
2019-05-10Initialize EC_KEY_METHOD before use.Brent Cook
2019-05-10Revert part of r1.36: in the case of GCM, gcm.key is assigned fromTheo Buehler
2019-05-09Fix incorrect carry operation in 512 bit addition: in the caseTheo Buehler
2019-05-08initialize safestack pointersBrent Cook
2019-05-08Make sure that the tag buffer size is equal to the tag sizeTheo Buehler
2019-04-28Avoid an undefined shift in ASN1_ENUMERATED_get().Theo Buehler
2019-04-28Avoid an undefined shift in ASN1_INTEGER_get().Theo Buehler
2019-04-22Add error checking to i2v_POLICY_MAPPINGS().Theo Buehler
2019-04-22Add error checking to i2v_POLICY_CONSTRAINTS().Theo Buehler
2019-04-22Add error checking to i2v_EXTENDED_KEY_USAGE().Theo Buehler
2019-04-22Add error checking to i2v_ASN1_BIT_STRING().Theo Buehler
2019-04-22Add error checking to i2v_BASIC_CONSTRAINTS().Theo Buehler
2019-04-22Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replaceTheo Buehler
2019-04-22Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()Theo Buehler
2019-04-21Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()Theo Buehler
2019-04-21The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beckTheo Buehler
2019-04-21Fix awful whitespace in OBJ_bsearch_ext()Theo Buehler
2019-04-21KNF: use proper wrapping of function return type and nameTheo Buehler
2019-04-21fix some style nits to reduce noise in an upcoming diffTheo Buehler
2019-04-20Avoid undefined behaviour that results from negating a signed long withJoel Sing
2019-04-19Allocate md_data with calloc to avoid use of uninitialised memory.Joel Sing
2019-04-19Allocate fixed NIDs for SM3/SM4.Joel Sing
2019-04-16Rewrite & fix X509V3_add_value()Theo Buehler
2019-04-16indent err: labelsTheo Buehler
2019-04-16wrap an overlong line and kill a space before a tabTheo Buehler
2019-04-16Move function types to their own lines; rewrap.Theo Buehler
2019-04-15Avoid signed integer overflow.Joel Sing
2019-04-14Add input validation to BIO_read()/BIO_write().Joel Sing
2019-04-14Some more malloc() to calloc() conversions.Joel Sing
2019-04-14Remove two pointless chunks of code.Joel Sing
2019-04-14Use calloc() when allocating cipher_data.Joel Sing
2019-04-14Annotate a future improvement.Joel Sing
2019-04-14Avoid potential double-frees following EVP_CIPHER_CTX_copy().Joel Sing
2019-04-14Fix previous: I forgot to rename the bn_to_string() prototype.Theo Buehler
2019-04-13Avoid quadratic behavior of decimal BIGNUM conversionTheo Buehler
2019-04-10Avoid an overread caused by d2i_PrivateKey().Joel Sing
2019-04-07Revert tasn_prn.c r1.18.Joel Sing
2019-04-04update root CAs in cert.pem in sync with MozillaStuart Henderson
2019-04-03Avoid some out of bound accesses in aesni_cbc_hmac_sha1_cipher().Theo Buehler
2019-04-02fix broken commentStuart Henderson
2019-04-01Implement a print function for BIGNUM_it.Joel Sing
2019-04-01Correct the return values from long_print.Joel Sing
2019-04-01Require all ASN1_PRIMITIVE_FUNCS functions to be provided.Joel Sing
2019-03-31Wrap long lines and apply some style(9).Joel Sing