Commit History

Author SHA1 Message Date
  Rich Salz 12a765a523 Explicitly test against NULL; do not use !p or similar 5 years ago
  Dr. Matthias St. Pierre 706457b7bd Reorganize local header files 5 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/ 6 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. 7 years ago
  Dr. Stephen Henson f962541d0b Don't set choice selector on parse failure. 8 years ago
  klemens 6025001707 spelling fixes, just comments and readme. 8 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
  Dr. Stephen Henson bd95d64ace Check for overflows in EOC. 8 years ago
  Rich Salz 739a1eb196 Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx 8 years ago
  Rich Salz 2039c421b0 Copyright consolidation 08/10 8 years ago
  Dr. Stephen Henson d7ab691bc4 Fix ASN1_INTEGER handling. 8 years ago
  Emilia Kasper 1400f013e1 Fix memory leaks in ASN.1 8 years ago
  FdaSilvaYY 0d4fb84390 GH601: Various spelling fixes. 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 9 years ago
  FdaSilvaYY 3eb70c5eba Fix possible memory leak on BUF_MEM_grow_clean failure 8 years ago
  mrpre 33a23fa6af free item after sk_push fail 9 years ago
  Matt Caswell 90945fa31a Continue standardising malloc style for libcrypto 9 years ago
  Dr. Stephen Henson f93ad22f6a Free up ASN.1 structures at top level only. 9 years ago
  Dr. Stephen Henson de17bd5d7f New ASN.1 embed macro. 9 years ago
  Kurt Roeckx a46c9789ce d2i: don't update input pointer on failure 9 years ago
  Gunnar Kudrjavets 4c9b0a0314 Initialize potentially uninitialized local variables 9 years ago
  Rich Salz b548a1f11c free null cleanup finale 9 years ago
  Dr. Stephen Henson 23dc1706e8 Make asn1_ex_i2c, asn1_ex_c2i static. 9 years ago
  Dr. Stephen Henson c315a547e6 Move more internal only functions to asn1_locl.h 9 years ago
  Dr. Stephen Henson c1ee50aac2 Move internal only ASN.1 functions to asn1_locl.h 9 years ago