aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Corrections to the VMS build system.Richard Levitte2011-03-252-70/+86
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-252-43/+70
| | | | | | | | different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
* make update (1.1.0-dev)Richard Levitte2011-03-231-117/+122
| | | | | | This meant alarger renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable and 1.0.1-stable. However, since there's been no release on this branch yet, it should be harmless.
* * apps/makeapps.com: Add srp.Richard Levitte2011-03-201-1/+1
|
* * apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte2011-03-201-0/+1
| | | | | | | with turning trapping back on. * test/maketests.com: Do the same check for /POINTER_SIZE=64=ARGV here. * test/clean-test.com: A new script for cleaning up.
* * apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte2011-03-202-29/+77
| | | | | | | | directly in main(). 'if needed' also includes when argv is a 32 bit pointer in an otherwise 64 bit environment. * apps/makeapps.com: When using /POINTER_SIZE=64, try to use the additional =ARGV, but only if it's supported. Fortunately, DCL is very helpful telling us in this case.
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-198-174/+511
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* Fix warnings about ignored return values.Dr. Stephen Henson2011-03-171-2/+10
|
* Missing SRP files.Ben Laurie2011-03-162-0/+7
|
* PR: 2469Dr. Stephen Henson2011-03-131-1/+1
| | | | | | | Submitted by: Jim Studt <jim@studt.net> Reviewed by: steve Check mac is present before trying to retrieve mac iteration count.
* Fix warnings: signed/unisgned comparison, shadowing (in some cases globalDr. Stephen Henson2011-03-122-7/+7
| | | | functions such as rand() ).
* Add SRP support.Ben Laurie2011-03-125-130/+1168
|
* Fix warning.Ben Laurie2011-03-121-0/+1
|
* make no-dsa work againDr. Stephen Henson2011-03-101-0/+2
|
* Fix duplicate code and typo.Dr. Stephen Henson2011-02-061-3/+1
|
* make updateBodo Möller2011-02-031-13/+13
|
* Constify.Ben Laurie2011-01-091-2/+4
|
* Part of the IF structure didn't get pasted here...Richard Levitte2010-12-141-0/+7
| | | | PR: 2393
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-3/+55
| | | | | | builds on VMS. PR: 2393
* apps/x590.c: harmonize usage of STDout and out_err.Andy Polyakov2010-12-121-2/+2
| | | | PR: 2323
* fix no SIGALRM case in speed.cDr. Stephen Henson2010-11-181-1/+2
|
* add TLS v1.1 options to s_serverDr. Stephen Henson2010-11-161-0/+4
|
* PR: 2366Dr. Stephen Henson2010-11-112-6/+8
| | | | | | | | Submitted by: Damien Miller <djm@mindrot.org> Reviewed by: steve Stop pkeyutl crashing if some arguments are missing. Also make str2fmt tolerate NULL parameter.
* Fixes to NPN from Adam Langley.Ben Laurie2010-09-054-21/+21
|
* For better forward-security support, add functionsBodo Möller2010-08-261-0/+20
| | | | | | | | | | SSL_[CTX_]set_not_resumable_session_callback. Submitted by: Emilia Kasper (Google) [A part of this change affecting ssl/s3_lib.c was accidentally commited separately, together with a compilation fix for that file; see s3_lib.c CVS revision 1.133 (http://cvs.openssl.org/chngview?cn=19855).]
* Add Next Protocol Negotiation.Ben Laurie2010-07-284-1/+191
|
* Sign mismatch.Ben Laurie2010-07-271-1/+1
|
* gcm128.c: API modification and readability improvements,Andy Polyakov2010-07-091-2/+28
| | | | add ghash benchmark to apps/speed.c.
* i variable is used on some platformsDr. Stephen Henson2010-07-051-0/+1
|
* Fix warnings.Ben Laurie2010-06-1216-65/+17
|
* PR: 2262Dr. Stephen Henson2010-05-271-2/+12
| | | | | | Submitted By: Victor Wagner <vitus@cryptocom.ru> Fix error reporting in load_key function.
* oops, revert test patchDr. Stephen Henson2010-05-151-10/+0
|
* PR: 2253Dr. Stephen Henson2010-05-151-0/+10
| | | | | | Submitted By: Ger Hobbelt <ger@hobbelt.com> Check callback return value when outputting errors.
* PR: 2220Dr. Stephen Henson2010-04-063-3/+3
| | | | Fixes to make OpenSSL compile with no-rc4
* free up sigopts STACKDr. Stephen Henson2010-03-141-0/+2
|
* clear bogus errors in ca utilityDr. Stephen Henson2010-03-141-0/+1
|
* add -sigopt option to ca utilityDr. Stephen Henson2010-03-143-20/+59
|
* new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson2010-03-123-11/+96
|
* don't leave bogus errors in the queueDr. Stephen Henson2010-03-101-0/+6
|
* oopsDr. Stephen Henson2010-03-071-1/+0
|
* The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson2010-03-071-0/+1
| | | | values.
* Add -engine_impl option to dgst which will use an implementation ofDr. Stephen Henson2010-03-051-6/+21
| | | | an algorithm from the supplied engine instead of just the default one.
* PR: 2183Dr. Stephen Henson2010-03-031-5/+11
| | | | | | PR#1999 broke fork detection by assuming HAVE_FORK was set for all platforms. Include original HAVE_FORK detection logic while allowing it to be overridden on specific platforms with -DHAVE_FORK=1 or -DHAVE_FORK=0
* use supplied ENGINE in genrsaDr. Stephen Henson2010-03-011-1/+4
|
* oops, revert verify.c changeDr. Stephen Henson2010-02-271-3/+0
|
* Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD andDr. Stephen Henson2010-02-271-0/+3
| | | | | 1.0.0. Original fix was on 2007-Mar-09 and had the log message: "Fix kerberos ciphersuite bugs introduced with PR:1336."
* include TVS 1.1 version stringDr. Stephen Henson2010-02-261-0/+3
|
* add -trusted_first option and verify flagDr. Stephen Henson2010-02-251-0/+2
|
* allow setting of verify names in command line utilities and print out verify ↵Dr. Stephen Henson2010-02-252-4/+36
| | | | names in verify utility
* PR: 2170Dr. Stephen Henson2010-02-121-1/+1
| | | | | | Submitted by: Magnus Lilja <lilja.magnus@gmail.com> Make -c option in dgst work again.