Commit History

Author SHA1 Message Date
  Richard Levitte b646179229 Copyright year updates 2 months ago
  Job Snijders eadd8c4727 Add appropriate lower bound checks for GeneralizedTime and UTCTime 3 months ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 1 year ago
  Dr. David von Oheimb 33847508d5 libcrypto refactoring: make more use of ASN1_STRING_set0() 1 year ago
  Peiwei Hu 7f608e4b1d asn1_item_embed_d2i: fix th return check 2 years ago
  Matt Caswell dea2878fac Teach more of the ASN.1 code about libctx/propq 3 years ago
  Benjamin Kaduk 32b1da718d tasn_dec: use do/while around statement macros 3 years ago
  Dr. David von Oheimb 3e73111d13 ASN.1: Add some sanity checks for input len <= 0; related coding improvements 3 years ago
  Dr. David von Oheimb db76a35e26 tasn_dec.c: Add checks for it == NULL arguments; improve coding style 3 years ago
  Matt Caswell 3c2bdd7df9 Update copyright year 3 years ago
  Pauli ccf19c23c0 Disallow ASN.1 enumerated types to be treated as strings. 3 years ago
  Shane Lontis adf7e6d1d6 Add ossl_asn1 symbols 3 years ago
  Matt Caswell 43a7033a01 Check that multi-strings/CHOICE types don't use implicit tagging 3 years ago
  Pauli 7b42408756 remove unused assignments 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Matt Caswell 0b28254015 Fix safestack issues in asn1t.h 3 years ago
  Matt Caswell 454afd9866 Update copyright year 4 years ago
  Rich Salz 852c2ed260 In OpenSSL builds, declare STACK for datatypes ... 4 years ago
  Rich Salz 12a765a523 Explicitly test against NULL; do not use !p or similar 4 years ago
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files 4 years ago
  David von Oheimb 9fdcc21fdc constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 5 years ago
  Richard Levitte 365a2d9991 Following the license change, modify the boilerplates in crypto/asn1/ 5 years ago
  Matt Caswell c4d3c19b4c Update copyright year 6 years ago
  Matt Caswell 4cabbb9f48 Limit ASN.1 constructed types recursive definition depth 6 years ago
  Pauli 1f5e0f9280 Use safestack.h exclusively internally. 6 years ago
  Dr. Stephen Henson f962541d0b Don't set choice selector on parse failure. 7 years ago
  klemens 6025001707 spelling fixes, just comments and readme. 7 years ago
  Dr. Stephen Henson b385889640 Don't indicate errors during initial adb decode. 8 years ago
  Richard Levitte fdcb499cc2 Change (!seqtt) to (seqtt == NULL) 8 years ago
  Richard Levitte bace847eae Always check that the value returned by asn1_do_adb() is non-NULL 8 years ago