aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/stack
Commit message (Expand)AuthorAgeFilesLines
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-119/+49
* Make preprocessor logic more fail-safe.Andy Polyakov2007-07-301-1/+1
* As for inline vs. __inline. The original code implies that most compilersAndy Polyakov2007-07-301-5/+8
* Inline function declarations have to be prototypes.Ben Laurie2007-06-231-1/+1
* WIN32 fixes.Dr. Stephen Henson2007-06-081-3/+7
* Back out safestack.h change for now: seems to break some things.Dr. Stephen Henson2007-06-041-0/+1936
* Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson2007-06-041-1934/+0
* Add SEED encryption algorithm.Bodo Möller2007-04-231-2/+0
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson2006-12-061-4/+2
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+70
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+66
* Overhaul of by_dir code to handle dynamic loading of CRLs.Dr. Stephen Henson2006-09-171-0/+44
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+93
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+9
* make updateBodo Möller2005-05-161-8/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* openssl_fcast should always be defined, not just with DEBUG_SAFESTACKDr. Stephen Henson2005-05-141-2/+2
* Some C compilers produce warnings or compilation errors if an attemptDr. Stephen Henson2005-05-121-24/+27
* Make sure id2_func is properly cast as well...Richard Levitte2005-04-201-2/+2
* Avoid compiler complaint about mismatched function signaturesRichard Levitte2005-04-201-2/+2
* Type mismatch detected by DEC C compiler. void* != void**Richard Levitte2005-04-201-1/+1
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-2/+2
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* 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
* Oops!Dr. Stephen Henson2004-10-041-1/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-043-0/+74
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-0/+21
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-8/+7
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe2004-04-211-3/+2
* Avoid undefined results when the parameter is out of range.Geoff Thorpe2004-04-021-1/+1
* Fix ASN1 warnings.Dr. Stephen Henson2004-03-251-7/+8
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-231-0/+63
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* make updateRichard Levitte2003-05-011-0/+21
* make updateRichard Levitte2003-04-292-26/+7
* Include objects.h to get a correct declaration of OBJ_bsearch_ex(),Richard Levitte2003-04-291-1/+2
* Add an extended variant of sk_find() which returns a non-NULL pointerRichard Levitte2003-04-293-13/+92
* Support for name constraints.Dr. Stephen Henson2003-03-241-0/+20
* Support for policyMappingsDr. Stephen Henson2003-03-201-0/+20
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-121-0/+20
* Experimental configuration code.Dr. Stephen Henson2002-01-051-0/+40
* The cleanup stack in ENGINE changed slightly, so this "make update" isGeoff Thorpe2001-10-011-19/+19
* This commits the changes to STACK macros forced by recent ENGINE surgery.Geoff Thorpe2001-09-251-19/+39
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-0/+20