- Apr 01, 2008
-
-
Andy Polyakov authored
PR: 1593
-
- Mar 31, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Update cms-test.pl to support OpenSSL 0.9.8.
-
- Mar 29, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 28, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Geoff Thorpe authored
to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed version was added but it required portable code to check *both* modes to determine equality. This commit maintains the availability of both thread ID types, but deprecates the type-specific accessor APIs that invoke the callbacks - instead a single type-independent API is used. This simplifies software that calls into this interface, and should also make it less error-prone - as forgetting to call and compare *both* thread ID accessors could have led to hard-to-debug/infrequent bugs (that might only affect certain platforms or thread implementations). As the CHANGES note says, there were corresponding deprecations and replacements in the thread-related functions for BN_BLINDING and ERR too.
-
Geoff Thorpe authored
autoungunk.sh logic (autobits have grown since I last tried this...).
-
- Mar 26, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
print out receipt requests.
-
- Mar 24, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 23, 2008
-
-
Dr. Stephen Henson authored
-
- Mar 22, 2008
-
-
Dr. Stephen Henson authored
-
- Mar 21, 2008
-
-
Dr. Stephen Henson authored
-
- Mar 19, 2008
-
-
Geoff Thorpe authored
-Werror right now to help me code-by-domino :-)
-
Geoff Thorpe authored
-
Dr. Stephen Henson authored
Add id-ct-asciiTextWithCRLF OID. Give more meaninful error message is attempt to use key ID from a certificate without a key ID.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Delete trailing whitespace from objects.txt Delete duplicate NIDs.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Mar 18, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Make streaming support in cms cleaner. Note errors in various S/MIME functions if CMS_final() fails. Add streaming support for enveloped data.
-
Dr. Stephen Henson authored
Generalise RecipientInfo and enveloped data handling so applications can add their own key lookup routines as well as using the standard ones.
-
- Mar 17, 2008
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Fix signed data creation so versions are only corrected if structure is being created.
-
- Mar 16, 2008
-
-
Geoff Thorpe authored
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
-
Dr. Stephen Henson authored
-
Geoff Thorpe authored
-