summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Apparently, test/testtsa.com was only half doneRichard Levitte2010-01-271-45/+26
|
* There's really no need to use $ENV::HOMERichard Levitte2010-01-251-4/+1
|
* Forgot to correct the definition of __arch in this file.Richard Levitte2010-01-251-1/+3
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* It seems like sslroot: needs to be defined for some tests to work.Richard Levitte2010-01-251-0/+4
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* make updateOpenSSL_1_0_0-beta5Dr. Stephen Henson2010-01-201-0/+12
|
* stop asn1test compilation producing link errorsDr. Stephen Henson2010-01-191-0/+3
|
* Fix type-checking/casting issue.Ben Laurie2010-01-162-3/+27
|
* cms-test.pl: use EXE_EXT (from HEAD).Andy Polyakov2009-11-261-4/+1
| | | | PR: 2107
* PR: 2101Dr. Stephen Henson2009-11-131-1/+4
| | | | | | | Submitted by: Doug Kaufman <dkaufman@rahul.net> Approved by: steve@openssl.org Fixes for tests in cms-test.pl
* Add test_cmsRichard Levitte2009-11-131-0/+4
|
* make updateDr. Stephen Henson2009-10-181-2/+5
|
* Correct some typos and missing things.Richard Levitte2009-08-2515-17/+23
| | | | Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
* Update default dependency flags.Dr. Stephen Henson2009-08-121-5/+9
| | | | | | Make error name discrepancies a fatal error. Fix error codes. make update
* Update from 0.9.8-stable.Dr. Stephen Henson2009-07-241-1/+1
|
* Call CMS tests with "make test"Dr. Stephen Henson2009-07-151-1/+5
|
* Make update.Dr. Stephen Henson2009-07-081-7/+2
|
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-1515-65/+129
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* test_padlock: update from HEAD.Andy Polyakov2009-04-271-9/+9
|
* PR: 1894Dr. Stephen Henson2009-04-161-8/+8
| | | | | | | Submitted by: Ger Hobbelt <ger@hobbelt.com> Approved by: steve@openssl.org Fix various typos and stuff.
* Make update fixing duplicate ASN1 error codes.Dr. Stephen Henson2009-04-011-1/+5
|
* PR: 1835Dr. Stephen Henson2009-02-141-1/+1
| | | | | | | Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
* Synchronise VMS build system with the Unixly oneRichard Levitte2008-12-162-8/+20
|
* Implement Configure option pattern "experimental-foo"Bodo Möller2008-12-021-8/+1
| | | | (specifically, "experimental-jpake").
* Add JPAKE.Ben Laurie2008-10-261-4/+20
|
* Perl script to run and verify OpenSSL against PKITS RFC3280 complianceDr. Stephen Henson2008-09-011-0/+940
| | | | test suite.
* More type-checking.Ben Laurie2008-06-041-18/+35
|
* LHASH revamp. make depend.Ben Laurie2008-05-261-13/+14
|
* Use "cont" consistently in cms-examples.plDr. Stephen Henson2008-05-011-3/+23
| | | | | | Add a -certsout option to output any certificates in a message. Add test for example 4.11
* Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson2008-04-181-0/+1
| | | | PR:1664
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-0/+1
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Rename runex.pl to cms-examples.plDr. Stephen Henson2008-04-031-1/+1
|
* Add signed receipt tests.Dr. Stephen Henson2008-04-011-0/+18
|
* Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson2008-03-311-0/+12
| | | | Update cms-test.pl to support OpenSSL 0.9.8.
* Add support for KEK decrypt in cms utility.Dr. Stephen Henson2008-03-191-0/+21
|
* Delete standard out and err temp files too.Dr. Stephen Henson2008-03-181-0/+2
|
* Delete tmp files, silence openssl commands, compare extracted content.Dr. Stephen Henson2008-03-181-2/+53
|
* Add enveloped data keyid test.Dr. Stephen Henson2008-03-181-0/+8
|
* Fixes for S/MIME consistency checker and flexibility enhancements.Dr. Stephen Henson2008-03-181-24/+35
|
* Add extensive PCKS7 and CMS consistency test script.Dr. Stephen Henson2008-03-1810-0/+560
|
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-2/+2
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* Adapt to diffrent OpenSSL utility locations.Dr. Stephen Henson2008-03-161-1/+14
|
* Don't need to check for examples directory any more.Dr. Stephen Henson2008-03-161-6/+1
|
* Extend runex.pl to extract examples directly from RFC text.Dr. Stephen Henson2008-03-161-280/+308
|
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-7/+47
| | | | examples. All RFC4134 examples can now be processed.
* Delete temp files.Dr. Stephen Henson2008-03-141-2/+2
|
* Typos.Dr. Stephen Henson2008-03-141-3/+3
|
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-141-2/+34
| | | | tests in RFC4134.
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-141-2/+2
| | | | | | by envelopedData. Use PRE and not POST when freeing up RecipientInfo.
* RFC4134 S/MIME examples test script.Dr. Stephen Henson2008-03-131-0/+281
|
* Change submitted by Doug Kaufman. He writes:Richard Levitte2007-12-031-1/+5
| | | | | | | | | | | | 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.