aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix buggy object definitions (Svenning Sorensen <sss@sss.dnsalias.net>).Lutz Jänicke2002-04-043-4/+6
* Forgot one of the castsRichard Levitte2002-04-031-1/+1
* Cast the pointers to the BIGNUM data to unsigned long *. This would beRichard Levitte2002-04-031-8/+19
* Fix of mixup bwtween SOMAXCONN and SO_MAXCONN.Richard Levitte2002-03-291-2/+2
* Make short names of objects RFC2256-compliant.Lutz Jänicke2002-03-263-8/+7
* A forgotten fileRichard Levitte2002-03-261-0/+82
* Add the possibility to enable olde des support, not just disable it, for futu...Richard Levitte2002-03-261-0/+6
* Add the mapping of des_random_seed() for 0.9.6 compatibility.Richard Levitte2002-03-265-34/+40
* Correct the mapping for des_read_pw()Richard Levitte2002-03-261-1/+1
* Make the change to strong keys in the string to key(s) functions experimental...Richard Levitte2002-03-261-0/+12
* fix warningsBodo Möller2002-03-253-57/+17
* fix memory leakBodo Möller2002-03-251-0/+25
* add missing declarationBodo Möller2002-03-251-0/+2
* fix conditational compilation for OPENSSL_NO_...Bodo Möller2002-03-221-1/+64
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-35/+37
* Merge changes from 0.9.7-stableRichard Levitte2002-03-221-23/+35
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-223-64/+79
* Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke2002-03-211-1/+0
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-204-9/+39
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-2010-58/+152
* Fix typo.Bodo Möller2002-03-191-2/+2
* Fix bugs and typos.Bodo Möller2002-03-1811-37/+217
* fix #include positionBodo Möller2002-03-181-1/+1
* Ensure EVP_CipherInit() uses the correct encode/decode parameter ifDr. Stephen Henson2002-03-162-3/+9
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-144-11/+11
* add OIDs for WAP/TLS curvesBodo Möller2002-03-144-12/+87
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-146-21/+26
* Fix various warnings when compiling with KRB5 code.Dr. Stephen Henson2002-03-122-0/+22
* Make ciphers and digests obtain an ENGINE functional referenceDr. Stephen Henson2002-03-092-2/+18
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-097-14/+47
* EC curve stuffBodo Möller2002-03-082-4/+12
* Synchronise the AEP engine in all branches. For 0.9.6-stable [engine], imple...Richard Levitte2002-03-071-9/+6
* When closing, do not use close(). Also, if the closing call fails, doRichard Levitte2002-03-071-6/+11
* Change des_old.c to use types prefixed with _ossl_old_des_.Richard Levitte2002-03-071-38/+38
* fix spacingBodo Möller2002-03-071-2/+2
* Add more curves.Bodo Möller2002-03-073-147/+204
* ENGINE module additions.Dr. Stephen Henson2002-03-064-2/+80
* add SECG OIDsBodo Möller2002-03-065-15/+423
* reference counting for EC_GROUP structures is not needed (at theBodo Möller2002-03-062-19/+4
* typoBodo Möller2002-03-051-1/+1
* Make sure the type accessed by the LONG and ZLONG ASN1 typeDr. Stephen Henson2002-03-052-2/+2
* more X9.62 OIDsBodo Möller2002-03-054-7/+270
* disable '#ifdef DEBUG' codeBodo Möller2002-03-051-2/+2
* Provide a pre 0.9.7 compatibility mapping ifRichard Levitte2002-03-051-57/+150
* Typo. In DCL, the continuation character is a dash at the end of theRichard Levitte2002-03-041-1/+1
* Rename des_SPtrans to DES_SPtrans to differentiate from libdes and avoid cert...Richard Levitte2002-03-047-46/+46
* Fix warnings about signed/unsigned mismatch and globalDr. Stephen Henson2002-03-031-31/+31
* make updateRichard Levitte2002-02-281-0/+19
* use ERR_peek_last_error() instead of ERR_peek_error() to ignoreBodo Möller2002-02-281-1/+1
* VMS addaptation, including a few more long names that needed hacking.Richard Levitte2002-02-283-5/+20