Commit History

Author SHA1 Message Date
  Richard Levitte d530017c00 Move the definition of Win32_rename(), since the macro rename gets undefined 20 years ago
  Richard Levitte 875a644a90 Constify d2i, s2i, c2i and r2i functions and other associated 20 years ago
  Richard Levitte d420ac2c7d Use BUF_strlcpy() instead of strcpy(). 21 years ago
  Richard Levitte 03ddbdd9b9 Move another common functionality (reproduced so far with cut'n'paste) 21 years ago
  Richard Levitte 6d5ffb591b Move do_subject() to apps.c and rename it to parse_name(). The 21 years ago
  Richard Levitte 4d8743f490 Netware-specific changes, 21 years ago
  Lutz Jänicke f35232e6f3 Catch error condition to prevent NULL pointer dereference. 21 years ago
  Richard Levitte e6fa67fa93 Generalise the definition of strcasecmp() and strncasecmp() for 21 years ago
  Richard Levitte 4c771796d5 Convert save_serial() to work like save_index(), and add a 21 years ago
  Richard Levitte 83b23ed967 One more debug line to conditionalise. 21 years ago
  Richard Levitte db598fbce2 Don't try to free NULL values... 21 years ago
  Richard Levitte 63b6fe2bf6 Conditionalise all debug strings. 21 years ago
  Richard Levitte f85b68cd49 Make it possible to have multiple active certificates with the same 21 years ago
  Ulf Möller 66ecdf3bfb more mingw related cleanups. 22 years ago
  Richard Levitte 0b13e9f055 Add the possibility to build without the ENGINE framework. 22 years ago
  Richard Levitte 4579924b7e Cleanse memory using the new OPENSSL_cleanse() function. 22 years ago
  Richard Levitte 0bf23d9b20 WinCE patches 22 years ago
  Ben Laurie 54a656ef08 Security fixes brought forward from 0.9.7. 22 years ago
  Richard Levitte d652a0957f Make sure toupper() is declared 22 years ago
  Richard Levitte d610d27f30 On certain platforms, we redefine certain symbols using macros in 22 years ago
  Richard Levitte ca80756c70 VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS. 22 years ago
  Dr. Stephen Henson fc85ac20c7 22 years ago
  Richard Levitte da9b972466 Make it possible to load keys from stdin, and restore that 22 years ago
  Richard Levitte 402bcde847 Allow subjects with more than 255 characters to be properly printed. 22 years ago
  Richard Levitte 9335a5f7c0 Unixware doesn't have strings.h, so we need to declare strcasecmp() 22 years ago
  Lutz Jänicke 1c02ca537a load_netscape_key is static. 22 years ago
  Lutz Jänicke 40889b9cd3 Add missing prototypes. 22 years ago
  Richard Levitte 6298bf9073 There is a chance that the input string is larger than size, and on VMS, 22 years ago
  Bodo Möller 690ecff795 Fixes for 'no-hw' combined with 'no-SOME_CIPHER'. 23 years ago
  Dr. Stephen Henson 26e1237380 23 years ago