Commit History

Author SHA1 Message Date
  Shane Lontis 42e7d2f10e Add more negative checks for integers passed to OPENSSL_malloc(). 3 years ago
  Matt Caswell 3c2bdd7df9 Update copyright year 3 years ago
  Pauli 581c4b1d53 Ensure that the negative flag is correct set for ASN1 integer types. 3 years ago
  Shane Lontis adf7e6d1d6 Add ossl_asn1 symbols 3 years ago
  Matt Caswell a07dc8167b Fix instances of pointer addition with the NULL pointer 3 years ago
  Matt Caswell 605856d72c Update copyright year 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files 4 years ago
  Richard Levitte 365a2d9991 Following the license change, modify the boilerplates in crypto/asn1/ 5 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 6 years ago
  Andy Polyakov 1e93d619b7 asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf. 7 years ago
  Andy Polyakov 786b6a45fb asn1/a_int.c: clean up asn1_get_int64. 7 years ago
  Andy Polyakov b997adb3a5 asn1/a_int.c: don't write result if returning error. 7 years ago
  Andy Polyakov 6d4321fc24 asn1/a_int.c: simplify asn1_put_uint64. 7 years ago
  Andy Polyakov a3ea6bf0ef asn1/a_int.c: remove code duplicate and optimize branches, 7 years ago
  Richard Levitte 93f7d6fc10 Implement internal ASN.1 types INT32, UINT32, INT64, UINT64 7 years ago
  FdaSilvaYY a6ac1ed686 Fix 0 -> NULL, indentation 7 years ago
  Kurt Roeckx 68d4bcfd06 Fix VC warnings about unary minus to an unsigned type. 7 years ago
  Kurt Roeckx e80f3b6af2 Cast to an unsigned type before negating 7 years ago
  FdaSilvaYY f48ebf9f4c Constify ASN1_INTEGER_get, ASN1_ENUMERATED_get 8 years ago
  Kurt Roeckx 5388b8d4e8 Avoid creating an illegal pointer. 8 years ago
  Kurt Roeckx dc9887c019 Avoid creating an illegal pointer 8 years ago
  Rich Salz b1322259d9 Copyright consolidation 09/10 8 years ago
  FdaSilvaYY 0d4fb84390 GH601: Various spelling fixes. 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 8 years ago
  David Woodhouse d728f0f5f2 RT3993: Fix error found by VS2008 8 years ago
  Dr. Stephen Henson f2dc4d517f Encode b == NULL or blen == 0 as zero. 9 years ago
  Dr. Stephen Henson c5f2810581 Add functions to convert between uint64_t and ASN1_INTEGER. 9 years ago
  Dr. Stephen Henson 6c5b6cb035 ASN1 INTEGER refactor. 9 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago