aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/stack
Commit message (Collapse)AuthorAgeFilesLines
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT2308: Add extern "C" { ... } wrapperRich Salz2014-08-271-0/+8
| | | | | | | | Add the wrapper to all public header files (Configure generates one). Don't bother for those that are just lists of #define's that do renaming. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Implement sk_deep_copy.Viktor Dukhovni2014-06-223-6/+138
|
* Separate the SCT List parser from the SCT List viewerRob Stradling2014-06-101-0/+22
|
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-0/+22
| | | | | Add hooks to support key agreement recipient info type (KARI) using algorithm specific code in the relevant public key ASN1 method.
* Add DTLS-SRTP.Ben Laurie2011-11-151-0/+22
|
* make update (1.1.0-dev)Richard Levitte2011-03-231-3/+9
| | | | | | This meant alarger renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable and 1.0.1-stable. However, since there's been no release on this branch yet, it should be harmless.
* Add SRP support.Ben Laurie2011-03-121-0/+60
|
* Assorted bugfixes:Bodo Möller2011-02-031-30/+30
| | | | | | | | - safestack macro changes for C++ were incomplete - RLE decompression boundary case - SSL 2.0 key arg length check Submitted by: Google (Adam Langley, Neel Mehta, Bodo Moeller)
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* PR: 2386Dr. Stephen Henson2010-12-021-1/+2
| | | | | | | Submitted by: Stefan Birrer <stefan.birrer@adnovum.ch> Reviewed by: steve Correct SKM_ASN1_SET_OF_d2i macro.
* PR: 2278Dr. Stephen Henson2010-05-291-1/+1
| | | | | | Submitted By: Mattias Ellert <mattias.ellert@fysast.uu.se> Fix type checking macro SKM_ASN1_SET_OF_i2d
* make updateDr. Stephen Henson2010-02-071-25/+25
|
* make updateDr. Stephen Henson2010-01-151-25/+25
|
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-271-24/+24
|
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-84/+84
|
* Update from 1.0.0-stable.Dr. Stephen Henson2009-04-281-21/+29
|
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-83/+45
|
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-23/+0
|
* Type-safe OBJ_bsearch_ex.Ben Laurie2008-10-143-24/+15
|
* Remove old non-safestack code.Dr. Stephen Henson2008-06-041-66/+0
|
* More type-checking.Ben Laurie2008-06-043-145/+482
|
* Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson2008-05-271-2/+2
|
* LHASH revamp. make depend.Ben Laurie2008-05-261-0/+234
|
* Add missing cast.Dr. Stephen Henson2008-05-091-1/+1
|
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-261-0/+22
| | | | print out receipt requests.
* And so it begins...Dr. Stephen Henson2008-03-121-0/+88
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-0/+22
|
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-119/+49
| | | | Fix additional gcc 4.2 value not used warnings.
* 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
| | | | | | | | understand inline, while WIN32 ones insist on __inline. Well, there are other compilers that insist on __inline. At the same time it turned out that most compilers understand both __inline and inline. I could find only one that doesn't understand __inline, Sun C. In other words it seems that __inline as preferred choice provides better coverage...
* 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
| | | | always use inline functions.
* Add SEED encryption algorithm.Bodo Möller2007-04-231-2/+0
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* 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
| | | | casts.
* 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
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* 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
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* 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
| | | | | | | | | | is made to directly cast a function of one type to what it considers and incompatible type. In particular gcc 3.4.2. Add new openssl_fcast macro to place functions into a form where the compiler will allow them to be cast. The current version achives this by casting to: void function(void).
* Make sure id2_func is properly cast as well...Richard Levitte2005-04-201-2/+2
|