summaryrefslogtreecommitdiffstats
path: root/apps/apps.c
AgeCommit message (Expand)Author
2008-10-27Fix warnings and various issues.Dr. Stephen Henson
2008-10-26Add JPAKE.Ben Laurie
2008-09-01Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson
2008-08-13Initial support for CRL path validation. This supports distinct certificateDr. Stephen Henson
2008-08-12Support for policy mappings extension.Dr. Stephen Henson
2008-07-30Initial support for alternative CRL issuing certificates.Dr. Stephen Henson
2008-05-31Stop const mismatch warning in VC++.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-04-17Fix incorrect return value in apps/apps.c:parse_yesno()Lutz Jänicke
2008-03-16Fix a nasty cast issue that my compiler was choking on.Geoff Thorpe
2008-01-14<strings.h> does not exist under WIN32.Dr. Stephen Henson
2008-01-12Missing headers.Ben Laurie
2008-01-03Netware support.Dr. Stephen Henson
2007-09-08Typo? Why did this work, anyway?Ben Laurie
2006-05-12In interactive mode only config OpenSSL once.Dr. Stephen Henson
2006-04-12declare as in prototypeUlf Möller
2006-04-09Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson
2006-04-09Fix typo. Add EVP_PKEY_CTX control function for later use by command lineDr. Stephen Henson
2006-04-08Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2005-11-27When using POSIXly functions, we need to define _POSIX_C_SOURCE, atRichard Levitte
2005-11-06Eliminate VC compiler warning.Andy Polyakov
2005-11-06Revive app_tminterval for Netware.Andy Polyakov
2005-11-06Revive app_tminterval for vxworks.Andy Polyakov
2005-11-06Revive app_tminterval for VMS.Andy Polyakov
2005-11-06The typos never stop. Fix one in apps/apps.c.Andy Polyakov
2005-11-06Fix newly introduced typos and warnings in ./apps.Andy Polyakov
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov
2005-11-04Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2005-11-03Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov
2005-08-31Integrated support for PVK files.Dr. Stephen Henson
2005-08-21Command line support for RSAPublicKey format.Dr. Stephen Henson
2005-08-20Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson
2005-07-16makeNils Larsch
2005-07-01initialize newly allocated dataNils Larsch
2005-06-27Fix typos in apps/apps.cAndy Polyakov
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-15const fixesNils Larsch
2005-04-05some const fixesNils Larsch
2004-12-30Remove naming conflict between variable and label.Andy Polyakov
2004-12-29Prompt for passphrases for PKCS12 input formatDr. Stephen Henson
2004-11-14PR: 940Dr. Stephen Henson
2004-09-07Reformat smime utility.Dr. Stephen Henson
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson
2004-04-19header cleanup in apps/Geoff Thorpe
2004-03-25Move the definition of Win32_rename(), since the macro rename gets undefinedRichard Levitte
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte