summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* New function OBJ_obj2txt()Dr. Stephen Henson1999-07-271-0/+6
|
* New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson1999-07-271-0/+9
|
* Use correct CFLAG definition for makefile.one builds.Bodo Möller1999-07-271-3/+4
|
* Added support for SPARC Linux.Andy Polyakov1999-07-251-0/+3
|
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-1/+21
| | | | | and to lots of PEM_... functions. Submitted by: Damien Miller <dmiller@ilogic.com.au>
* avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1999-07-211-0/+8
| | | | use new file buildinf.h instead.
* MIPS III/IV assembler module is reimplemented.Andy Polyakov1999-07-201-0/+3
|
* SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERBodo Möller1999-07-191-1/+1
| | | | work as intended, both for SSLv2 and TLS.
* New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller1999-07-191-0/+5
|
* Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller1999-07-191-1/+6
| | | | and make it the default for some debugging configurations.
* DES library changes.Ulf Möller1999-07-161-0/+4
|
* Continues NASM support. This might work now. Its still experimental but itDr. Stephen Henson1999-07-121-0/+7
| | | | passes all the tests. Added documentation in INSTALL.W32.
* fix memory leak in s3_clnt.cBodo Möller1999-07-121-0/+6
|
* New function RSA_check_key,Bodo Möller1999-07-111-0/+4
| | | | openssl rsa -check
* Various changes to stop VC++ choking under Win32.Dr. Stephen Henson1999-07-111-0/+6
|
* Add a debugging option to PKCS#5 v2.0 key generation function.Dr. Stephen Henson1999-07-111-0/+5
|
* Copy flags in ASN1_STRING_dup()Dr. Stephen Henson1999-07-111-0/+3
|
* Fix a bug in x509.c that omitted DSA parameters when they didn't match theDr. Stephen Henson1999-07-111-0/+15
| | | | signers parameters. Changed it to never omit parameters.
* Fix memory checking.Bodo Möller1999-07-091-0/+14
|
* remove editing artifactsBodo Möller1999-07-091-1/+1
|
* Mention modification to Configure.Bodo Möller1999-07-091-2/+3
|
* New functions SSL[_CTX]_{set,get}_mode; the initial set of mode flags isBodo Möller1999-07-021-0/+16
| | | | SSL_MODE_ENABLE_PARTIAL_WRITE, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER.
* More no-xxx option tweaks.Ulf Möller1999-06-301-0/+3
|
* New functions to allow RSA_METHODs to be changed without poking round inDr. Stephen Henson1999-06-291-0/+5
| | | | RSA structure internals.
* Memory leak checks.Bodo Möller1999-06-251-0/+5
|
* Fix d2i_ASN1_INTEGER() and i2d_ASN1_INTEGER() so it correctly works outDr. Stephen Henson1999-06-241-0/+8
| | | | the length of negative integers.
* New function PKCS7_signatureVerify to allow the signing certificate toDr. Stephen Henson1999-06-221-0/+8
| | | | | | | | | | | be explicitly stated with PKCS#7 verify. Also fix for util/mkerr.pl: if the -nostatic option is being used this will be for an external library so the autogenerated C file should include the header file as: #include "any/path/to/header.h" rather than the internal library form: #include <openssl/header.h>
* Change the PEM_* function prototypes to use DECLARE_PEM macros and changeDr. Stephen Henson1999-06-221-0/+5
| | | | util/mkdef.pl to handle this. Also do a 'make update'.
* Perl variable names are case-sensitive ...Bodo Möller1999-06-211-0/+5
|
* New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1999-06-201-0/+5
| | | | file from a bio or fp. Added some more constification to the BN library.
* Clarification.Bodo Möller1999-06-181-0/+4
|
* New function CRYPTO_num_locks.Bodo Möller1999-06-181-0/+5
|
* BIO pairs.Bodo Möller1999-06-121-0/+10
|
* Fix to i2d_DSAPublicKey() to return the correct length.Dr. Stephen Henson1999-06-111-0/+4
| | | | Submitted by: Jeon KyoungHo <khjeon@sds.samsung.co.kr>
* Document the X509V3 code and change some of the extension function pointersDr. Stephen Henson1999-06-111-0/+3
| | | | to use 'void *' rather than 'char *' for an "arbitrary extension".
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-101-0/+6
| | | | | the the PBE code and a new constant PKCS5_DEFAULT_ITER for the default iteration count if it is passed as zero.
* Fix determination of Perl interpreter: A perl or perl5Ralf S. Engelschall1999-06-101-1/+4
| | | | _directory_ in $PATH was also accepted as the interpreter.
* Reformat and "modernise" the sign.c demo.Dr. Stephen Henson1999-06-091-0/+6
|
* Change the PEM function implementation to use a common set of macros: thisDr. Stephen Henson1999-06-091-0/+10
| | | | | | should make modifying them easier. Fix the selfsign demo: it was rather ancient and used deleted functions.
* des_cbc_encrypt / des_ncbc_encrypt issue.Bodo Möller1999-06-091-4/+3
|
* DES CBC change looks dubious to me.Bodo Möller1999-06-091-0/+7
|
* Mention unistd.h.Bodo Möller1999-06-091-0/+6
|
* I keep forgetting to fix this: update the IV! Most important!Ben Laurie1999-06-091-0/+3
|
* Make "make test" fail if bntest fails an internal selfcheck.Ben Laurie1999-06-091-0/+6
|
* Call our crypt implementation des_crypt(). crypt() now is a wrapper ifUlf Möller1999-06-081-0/+3
| | | | there is no system crypt() available.
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-0/+8
|
* Mention mkdir-p.pl.Bodo Möller1999-06-071-0/+3
|
* linux-sparcBodo Möller1999-06-071-1/+3
|
* Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1999-06-061-0/+11
| | | | list for Win32.
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-051-2/+5
|