summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2009-11-26cms-test.pl: use EXE_EXT (from HEAD).Andy Polyakov
PR: 2107
2009-11-13PR: 2101Dr. Stephen Henson
Submitted by: Doug Kaufman <dkaufman@rahul.net> Approved by: steve@openssl.org Fixes for tests in cms-test.pl
2009-11-13Add test_cmsRichard Levitte
2009-10-18make updateDr. Stephen Henson
2009-08-25Correct some typos and missing things.Richard Levitte
Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
2009-08-12Update default dependency flags.Dr. Stephen Henson
Make error name discrepancies a fatal error. Fix error codes. make update
2009-07-24Update from 0.9.8-stable.Dr. Stephen Henson
2009-07-15Call CMS tests with "make test"Dr. Stephen Henson
2009-07-08Make update.Dr. Stephen Henson
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2009-04-27test_padlock: update from HEAD.Andy Polyakov
2009-04-16PR: 1894Dr. Stephen Henson
Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
2009-04-01Make update fixing duplicate ASN1 error codes.Dr. Stephen Henson
2009-02-14PR: 1835Dr. Stephen Henson
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
2008-12-16Synchronise VMS build system with the Unixly oneRichard Levitte
2008-12-02Implement Configure option pattern "experimental-foo"Bodo Möller
(specifically, "experimental-jpake").
2008-10-26Add JPAKE.Ben Laurie
2008-09-01Perl script to run and verify OpenSSL against PKITS RFC3280 complianceDr. Stephen Henson
test suite.
2008-06-04More type-checking.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-05-01Use "cont" consistently in cms-examples.plDr. Stephen Henson
Add a -certsout option to output any certificates in a message. Add test for example 4.11
2008-04-18Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson
PR:1664
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-04-03Rename runex.pl to cms-examples.plDr. Stephen Henson
2008-04-01Add signed receipt tests.Dr. Stephen Henson
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson
Update cms-test.pl to support OpenSSL 0.9.8.
2008-03-19Add support for KEK decrypt in cms utility.Dr. Stephen Henson
2008-03-18Delete standard out and err temp files too.Dr. Stephen Henson
2008-03-18Delete tmp files, silence openssl commands, compare extracted content.Dr. Stephen Henson
2008-03-18Add enveloped data keyid test.Dr. Stephen Henson
2008-03-18Fixes for S/MIME consistency checker and flexibility enhancements.Dr. Stephen Henson
2008-03-18Add extensive PCKS7 and CMS consistency test script.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
2008-03-16Adapt to diffrent OpenSSL utility locations.Dr. Stephen Henson
2008-03-16Don't need to check for examples directory any more.Dr. Stephen Henson
2008-03-16Extend runex.pl to extract examples directly from RFC text.Dr. Stephen Henson
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson
examples. All RFC4134 examples can now be processed.
2008-03-14Delete temp files.Dr. Stephen Henson
2008-03-14Typos.Dr. Stephen Henson
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson
tests in RFC4134.
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson
by envelopedData. Use PRE and not POST when freeing up RecipientInfo.
2008-03-13RFC4134 S/MIME examples test script.Dr. Stephen Henson
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte
I just compiled the 9.9-dev version from the 12022007 tarball under DJGPP. There were only 2 changes needed, one for b_sock.c, since DJGPP with WATT32 doesn't define socklen_t and one for testtsa to handle DOS style path separators. I also noted what seems to be a typographical error in ts.pod. The test suite passes. The patch is attached. Since I am in the US, I have sent notifications to the Bureau of Industry and Security and to the NSA.
2007-07-31Proper support for shared build under MacOS X.Andy Polyakov
2007-05-15Change C++ style comments.Dr. Stephen Henson
2007-05-13AES IGE mode speedup.Ben Laurie
2007-04-04Make sure we detect corruption.Ben Laurie
2006-11-30Update dependencies.Dr. Stephen Henson
2006-11-07Make TSA tests use the noprompt mode of utilities rather than pipingDr. Stephen Henson
the result into interative utilities.
2006-10-24Further mingw build procedure updates.Andy Polyakov