summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-21wording (can't really call shared libs experimental after several years in ↵Ulf Möller
the major Linux distributions)
2006-11-16Update ordinals.Dr. Stephen Henson
2006-11-16Remove illegal IMPLEMENT macros from header file.Dr. Stephen Henson
2006-11-16Remove redundant PREDECLARE statement.Dr. Stephen Henson
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
casts.
2006-11-13Don't assume requestorName is present for signed requests. ASN1 OCSP moduleDr. Stephen Henson
fix: certs field is OPTIONAL.
2006-11-13OCSP library tidy. Use extension to encode OCSP extensions instead of doingDr. Stephen Henson
it manually. Make OCSP_CERTID_dup() a real function instead of a macro.
2006-11-08Fix various warnings.Ben Laurie
2006-11-07Make TSA tests use the noprompt mode of utilities rather than pipingDr. Stephen Henson
the result into interative utilities.
2006-11-07Avoid shadow warning.Dr. Stephen Henson
2006-11-07Don't add the TS EKU by default in openssl.cnf because it thenDr. Stephen Henson
makes certificates genereated by ca, CA.pl etc useless for anything else.
2006-11-07Typo.Dr. Stephen Henson
2006-11-07Fix link for ASN1_generate_nconfDr. Stephen Henson
2006-11-07Typo.Dr. Stephen Henson
2006-11-07Add v3 ref to see also sections.Dr. Stephen Henson
2006-11-07Add documentetion for noCheck extension and add a few cross references toDr. Stephen Henson
the extension documentation.
2006-11-06fix warningNils Larsch
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-10-27update md docsNils Larsch
2006-10-27fix OPENSSL_NO_foo definesNils Larsch
2006-10-27Initialize old_priv_encode, old_priv_decode.Dr. Stephen Henson
2006-10-26Minor portability update to c_rehash.Andy Polyakov
2006-10-24Further mingw build procedure updates.Andy Polyakov
2006-10-23Harmonize dll naming in mingw builds.Andy Polyakov
2006-10-23Yet another mingw warning.Andy Polyakov
2006-10-23OPENSSL_ia32cap.pod update.Andy Polyakov
2006-10-23Fix mingw warnings.Andy Polyakov
2006-10-23Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover evenAndy Polyakov
recent mingw modifications.
2006-10-23Allow for mingw cross-compile configuration.Andy Polyakov
2006-10-21Make c_rehash more platform neutral and make it work in mixed environment,Andy Polyakov
such as MSYS with "native" Win32 perl.
2006-10-21Rudimentary support for cross-compiling.Andy Polyakov
2006-10-20Align data payload for better performance.Andy Polyakov
2006-10-20Avoid application relink on every make invocation.Andy Polyakov
2006-10-19Gcc over-optimizes PadLock AES CFB codepath, tell it not to.Andy Polyakov
2006-10-18Temporary fix for sha256 IA64 assembler.Andy Polyakov
2006-10-18Fix bug in big-endian path and optimize it for size.Andy Polyakov
2006-10-17Typo in perlasm/x86asm.pl.Andy Polyakov
2006-10-17Further synchronizations with md32_common.h update, consistent namingAndy Polyakov
for low-level SHA block routines.
2006-10-17bn/asm/ppc.pl to use ppc-xlate.pl.Andy Polyakov
2006-10-17Further synchronizations with md32_common.h update.Andy Polyakov
2006-10-17VIA-specific Montgomery multiplication routine.Andy Polyakov
2006-10-17Synchronize SHA1 assembler with md32_common.h update.Andy Polyakov
2006-10-17Support for .asciz directive in perlasm modules.Andy Polyakov
2006-10-17Linking errors on IA64 and typo in aes-ia64.S.Andy Polyakov
2006-10-11Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov
redundant as result.
2006-10-05Typo.Dr. Stephen Henson
2006-10-04return an error if the supplied precomputed values lead to an invalid signatureNils Larsch
2006-10-04ASN1_item_verify needs to initialize ctx before any "goto err" canBodo Möller
happen; the new code for the OID cross reference table failed to do so.
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson
create, free and set default CRL method.