30204 Commits (796f4f7085ac95a1b0ccee8ff3c6c183219cdab2)
 

Author SHA1 Message Date
Dr. Stephen Henson ee13f9b165 Fix parameters to dummy function BN_ref_mod_exp(). 25 years ago
Dr. Stephen Henson 27eb622b78 Submitted by: Neil Costigan <neil.costigan@celocom.com>

							
						
25 years ago
Dr. Stephen Henson 2d723902a0 Fix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g.
1.2.3.4 . Also added new function OBJ_txt2obj().
25 years ago
Ben Laurie a6801a91cd Add prototype, fix parameter passing bug. 25 years ago
Ben Laurie 1933485b60 Fix comment. 25 years ago
Ben Laurie 50acf46b92 Sort openssl functions by name. 25 years ago
Dr. Stephen Henson 7f9b7b074d Fix the gendsa program and add it to the app list. The progs.h file is
auto generated but not auto updated so it is included. Also remove the
encryption from the sample DSA keys.
25 years ago
Ben Laurie cf6dcfec97 Get rid of redundant files. 25 years ago
Ben Laurie e03ddfae7e Accept NULL in *_free. 25 years ago
Ben Laurie 6fa89f94c4 Fix DH key generation.
Contributed by: Anonymous <nobody@replay.com>
25 years ago
Ben Laurie c13d4799dd Send the right CAs to the client. 25 years ago
Ben Laurie bc4deee07a Fix numeric -newkey args.
Contributed by: Bodo Moeller <3moeller@informatik.uni-hamburg.de>
25 years ago
Ben Laurie 5b00115ab0 Fix export tests. 25 years ago
Ben Laurie f8c3c05db9 Make the world a safer place (if people object to this kind of change, speak up
soon - I intend to do a lot of it!).
25 years ago
Dr. Stephen Henson 384c479c85 Oops! update CHANGES file properly. 25 years ago
Dr. Stephen Henson ad65ce755e Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and
DSA_free(): this was causing crashes when for example an attempt was made
to handle a (currently) unsupported DH public key. Also X509_PUBKEY_set()i
wasn't checking errors from d2i_PublicKey().
25 years ago
Ben Laurie e416ad9772 Free the right thing. 25 years ago
Ben Laurie 4a18cddd16 Only free if it ain't NULL. 25 years ago
Ben Laurie bb65e20b1c Remove the bugfix that was really a bug.
Submitted by: Arne Ansper <arne@ats.cyber.ee>
25 years ago
Ben Laurie b5e406f755 Pass on BIO_CTRL_FLUSH.
Submitted by: Arne Ansper <arne@ats.cyber.ee>
25 years ago
Paul C. Sutton 888007108b The dir is named util/ and better to explicitly call the
perl interpreter because not everyone has it in /usr/local/bin/perl.
25 years ago
Dr. Stephen Henson 10061c7c47 More EVP_PKEY patches for new functionality. 25 years ago
Ralf S. Engelschall cb0f35d716 Make sure the already existing X509_STORE->depth variable is initialized
in X509_STORE_new(), but document the fact that this variable is still
unused in the certificate verification process.
25 years ago
Ralf S. Engelschall 8a8d8ededd The dir is named util/ and better to explicitly call the
perl interpreter because not everyone has it in /usr/local/bin/perl.
25 years ago
Ralf S. Engelschall 4c7b481b4c More .cvsignore stuff to make CVS quiet on our generated files. 25 years ago
Dr. Stephen Henson 098fc2c0d8 Remove one EVP_PKEY_free() that shouldn't be there. 25 years ago
Dr. Stephen Henson cfcf645356 Make sure applications free up pkey structures and add netscape extension
handling to x509.c
25 years ago
Ben Laurie cdbb8c2f26 Fix reference counting. 25 years ago
Ben Laurie c2245b68f5 Don't confuse matters by using the wrong library. 25 years ago
Ben Laurie 288370ea26 Fix tests for ssleay -> openssl. 25 years ago
Ralf S. Engelschall 2ec077d87e A few train of thoughts about the build procedure mess 25 years ago
Paul C. Sutton c142bdf725 Update scripts to use "openssl" instead of "ssleay" 25 years ago
Paul C. Sutton c9f06e7f9f Reflect change from "ssleay" to "openssl" as the main binary name.
Also document "sh config" as an easier alternative to "./Configure
system".
25 years ago
Paul C. Sutton 724e095e76 Various ssleay to openssl fixups 25 years ago
Paul C. Sutton 794b9c8f50 Binary is now apps/openssl not apps/ssleay so use the new name when
rehashing the test certs
25 years ago
Paul C. Sutton 251f25e0b5 A couple more ssleay.cnf to openssl.cnf changes 25 years ago
Paul C. Sutton e170a5c050 Some more changes for renaming the binary from ssleay to openssl.
I wonder what eay.c is?
25 years ago
Ralf S. Engelschall 06d5b16225 First cut of a cleanup for apps/. First the `ssleay' program is now named
`openssl' and second, the shortcut symlinks for the `openssl <command>' are no
longer created. This way we have a single and consistent command line
interface `openssl <command>', similar to `cvs <command>'.

Notice, the openssl.cnf, openssl.c and progs.pl files were changed after a
repository copy, i.e. they still contain the complete file history.
25 years ago
Ralf S. Engelschall 0491b70983 Make GCC happy by removing an unused variable defintion. 25 years ago
Dr. Stephen Henson c35f549e8b Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have
zero unused bits.
25 years ago
Dr. Stephen Henson ebc828cad9 Add extended key usage OID and update STATUS file. 25 years ago
Ralf S. Engelschall 96e479e360 cleanup of apps/ and an answer 25 years ago
Paul C. Sutton a472dde430 ssldir.pl did not correctly set the directory in utils/mk1mk.pl when
perl5 was used.
25 years ago
Paul C. Sutton 68a8a41bef Add votes 25 years ago
Paul C. Sutton 79e259e3ce Make the installation documentation easier to follow. 25 years ago
Paul C. Sutton 56ee3117a5 Makefiles updated to exit if an error occurs in a sub-directory make
(including if user presses ^C)
25 years ago
stephen 8f3e97bac3 This is a quick hack conversion of the 'CA.sh' script to perl. It fixes one
bug in the original but is otherwise just as horrible :-)
25 years ago
Ralf S. Engelschall f7ceceb518 Remove more old temporary files from CVS 25 years ago
Ben Laurie 6063b27bb6 Document recent changes. 25 years ago
Ben Laurie c77f1b37fd Fix name delete problem. 25 years ago