Commit History

Author SHA1 Message Date
  Richard Levitte de0799b0fc PEM: constify PEM_write_ routines 4 years ago
  Rich Salz 12a765a523 Explicitly test against NULL; do not use !p or similar 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 16742672a0 Following the license change, modify the boilerplates in crypto/pem/ 5 years ago
  Matt Caswell 83cf7abf8e Update copyright year 6 years ago
  Richard Levitte c82c346226 In cases where we ask PEM_def_callback for minimum 0 length, accept 0 length 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 6 years ago
  Bernd Edlinger 02fd47c8b0 Clean password buffer on stack for PEM_read_bio_PrivateKey 7 years ago
  FdaSilvaYY 823146d65f Useless header include of openssl/rand.h 8 years ago
  Rich Salz 6286757141 Copyright consolidation 04/10 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 8 years ago
  David Woodhouse 984d6c6052 Fix no-stdio build 8 years ago
  Dr. Stephen Henson 2849707fa6 check for error when creating PKCS#8 structure 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
  Rich Salz c5ba2d9904 free NULL cleanup 9 years ago
  Matt Caswell 0f113f3ee4 Run util/openssl-format-source -v -c . 9 years ago
  Rich Salz 4b618848f9 Cleanup OPENSSL_NO_xxx, part 1 9 years ago
  Bodo Möller 8afca8d9c6 Fix more error codes. 19 years ago
  Richard Levitte 4579924b7e Cleanse memory using the new OPENSSL_cleanse() function. 21 years ago
  Dr. Stephen Henson 1241126adf 23 years ago