aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ossl_typ.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for ASN1 print code.Dr. Stephen Henson2005-09-011-0/+2
| | | | | WARNING WARNING WARNING, experimental code, handle with care, use at your own risk, may contain nuts.
* Reduce dependencies on crypto.h by moving the opaque definition ofGeoff Thorpe2004-05-171-0/+9
| | | | CRYPTO_EX_DATA and the new/free/dup callback prototypes to ossl_typ.h.
* Make some more API types opaquely available from ossl_typ.h, meaning theGeoff Thorpe2004-05-151-0/+12
| | | | | | | corresponding headers are only required for API functions or structure details. This now includes the bignum types and BUF_MEM. Subsequent commits will remove various dependencies on bn.h and buffer.h and update the makefile dependencies.
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+22
| | | | | | | | | changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic.
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-231-0/+5
| | | | | This is currently *very* experimental and needs to be more fully integrated with the main verification code.
* Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson2003-07-231-0/+1
|
* Merge from 0.9.7-stable.Richard Levitte2002-12-281-0/+2
|
* Initial ASN1 generation code. This can constructDr. Stephen Henson2002-11-121-0/+3
| | | | | | arbitrary encodings from strings and config files. Documentation to follow...
* #undef some things that cause a conflict under Win32 whenDr. Stephen Henson2002-02-021-0/+5
| | | | wincrypt.h is included.
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-0/+115
types.h to ossl_typ.h.