summaryrefslogtreecommitdiff
path: root/crypto/ui
Commit message (Expand)AuthorAgeFilesLines
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
* Add BeOS support.Ulf Möller2006-04-111-1/+1
* Update from stable branch.Dr. Stephen Henson2005-09-261-2/+3
* Latest MSVCR80 doesn't tolerate unsupported signal numbers, throwingAndy Polyakov2005-09-201-0/+18
* Final(?) WinCE update.Andy Polyakov2005-08-071-0/+4
* improved error checking and some fixesNils Larsch2005-07-261-1/+3
* Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.hAndy Polyakov2005-05-171-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Rebuild error codes.Dr. Stephen Henson2005-04-121-22/+26
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-312-2/+2
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-6/+4
* Moving opaque definitions to ossl_typ.h lets us reduce header dependencies.Geoff Thorpe2004-05-173-1/+4
* make updateGeoff Thorpe2004-04-191-14/+15
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-12/+4
* #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on whyAndy Polyakov2004-01-271-1/+5
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-6/+7
* Netware-specific changes,Richard Levitte2003-11-281-2/+8
* Make sure the sigaction structure and fileno function are properly declared w...Richard Levitte2003-06-041-5/+8
* Armor against systems without ranlib...Lutz Jänicke2003-01-161-1/+1
* Correct a misleading comment.Richard Levitte2003-01-131-1/+1
* UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte2003-01-131-2/+4
* tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte2003-01-131-1/+1
* Only check for a result buffer if the allocated string is a prompt string.Richard Levitte2002-12-051-1/+2
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-3/+0
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-282-2/+2
* WinCE patchesRichard Levitte2002-11-152-2/+13
* Correct support for SunOS 4.1.3_U1.Richard Levitte2002-11-131-1/+5
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-9/+10
* Add a few more VxWorks targets.Richard Levitte2002-10-091-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Make sure that the signal storage is regarded as volatile.Richard Levitte2002-09-251-1/+1
* In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte2002-07-111-2/+5
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* One place where VMS wasn't changed to OPENSSL_SYS_VMS...Richard Levitte2002-05-091-1/+1
* Correct the mapping for des_read_pw()Richard Levitte2002-03-261-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+7
* 'make update'Richard Levitte2002-02-051-2/+6
* With the changed des_old API, let's complete the work by renaming theRichard Levitte2002-02-055-113/+150
* make updateRichard Levitte2002-01-241-1/+2
* Security fix.Ben Laurie2001-12-201-22/+17
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-242-6/+6
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-7/+4
* The indexes returned by ***_get_ex_new_index() functions are used whenGeoff Thorpe2001-08-121-3/+4