aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL-return checks in 1.0.2Rich Salz2016-08-191-0/+2
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-187-7/+7
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte2015-02-221-33/+27
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-228-1487/+1465
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-221-24/+26
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-2/+4
* * crypto/ui/ui_lib.c: misplaced brace in switch statement.Richard Levitte2014-07-131-1/+1
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-0/+6
* PR: 2717Dr. Stephen Henson2012-02-111-1/+1
* Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson2011-10-101-1/+1
* PR: 2188Dr. Stephen Henson2010-03-092-0/+21
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-4/+7
* PR: 1924Dr. Stephen Henson2009-05-131-1/+3
* Data not initialised.Richard Levitte2009-02-161-0/+1
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-0/+2
* 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