Commit History

Author SHA1 Message Date
  Matt Caswell 33388b44b6 Update copyright year 4 years ago
  Nikolay Morozov 6d9b4d7f4b Forgotten GOST2012 support in non-vital places 4 years ago
  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
  Dr. Matthias St. Pierre 25f2138b0a Reorganize private crypto 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
  Andy Polyakov 5b37fef04a Harmonize use of sk_TYPE_find's return value. 6 years ago
  Matt Caswell bcc6371443 Fix a text canonicalisation bug in CMS 6 years ago
  Matt Caswell 6738bf1417 Update copyright year 6 years ago
  Todd Short a26dd465b2 Fix error-path memory leak in asn_mime.c 6 years ago
  KaoruToda 0c1aaa24cc Remove duplicate assignment. 7 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 7 years ago
  Pauli a1df06b363 This has been added to avoid the situation where some host ctype.h functions 7 years ago
  Matt Caswell 030648cea9 Ensure the mime_hdr_free function can handle NULLs 8 years ago
  FdaSilvaYY 68efafc513 Add checks on sk_TYPE_push() returned value 8 years ago
  Rich Salz 7f96f15bcf Fix build break. 8 years ago
  FdaSilvaYY bd227450d4 Constify asn1/asn_mime.c 8 years ago
  Rich Salz b1322259d9 Copyright consolidation 09/10 8 years ago
  Matt Caswell d278284e74 Fix some code maintenance issues 8 years ago
  Matt Caswell a146ae55ba Make BIO opaque 8 years ago
  FdaSilvaYY 0d4fb84390 GH601: Various spelling fixes. 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 9 years ago
  Dr. Stephen Henson 4a1f3f2741 Only declare stacks in headers 8 years ago
  Dr. Stephen Henson 8588571572 Rename DECLARE*STACK_OF to DEFINE*STACK_OF 9 years ago
  Rich Salz 7644a9aef8 Rename some BUF_xxx to OPENSSL_xxx 9 years ago
  Richard Levitte ab0a14bbc7 Add inclusion of internal/evp_int.h to all crypto/ files that need it 9 years ago
  Matt Caswell 90945fa31a Continue standardising malloc style for libcrypto 9 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago
  Rich Salz 75ebbd9aa4 Use p==NULL not !p (in if statements, mainly) 9 years ago