aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updates for draft-ietf-tls-ecc-03.txtBodo Möller2003-07-228-26/+103
| | | | | Submitted by: Douglas Stebila Reviewed by: Bodo Moeller
* add test for secp160r1Bodo Möller2003-07-222-40/+121
| | | | | | | add code for kP+lQ timings Submitted by: Douglas Stebila <douglas.stebila@sun.com> Reviewed by: Bodo Moeller
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-212-0/+21
| | | | PR: 659
* fix: 0.9.7 is based on 0.9.6h, not on 0.9.6kBodo Möller2003-07-211-2/+2
| | | | typo in 0.9.6k section
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-213-0/+87
| | | | Submitted by: Nils Larsch
* manpages for 'openssl ec' and 'openssl ecparam'Bodo Möller2003-07-212-0/+369
| | | | Submitted by: Nils Larsch
* A document that has a very rough description of the X509Richard Levitte2003-07-101-0/+64
| | | | | functionality. This is mostly so there's a way to get from the crypto.html page to the function descriptions.
* Replace CCITT with ITU-T. Keep CCITT around as an alias.Richard Levitte2003-07-043-17/+36
| | | | | | make update PR: 80
* Make sure openssl.pc is readable by everyone.Richard Levitte2003-07-041-0/+1
| | | | PR: 654
* The counter is big-endian. Since it comes as an array of char,Richard Levitte2003-07-041-26/+1
| | | | | | | there's absolutely no need to special-case it on little-endian machines. Notified by Thierry Boivin <Thierry.Boivin@celsecat.com>
* Oops, I forgot to replace 'counter' with 'ivec' when used...Richard Levitte2003-07-031-2/+2
|
* Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte2003-07-032-7/+26
| | | | | | subject hash, with -hash a synonym kept around for backward compatibility reasons. PR: 650
* The convenience argumetn for -nameopt and -certopt is ca_default, notRichard Levitte2003-07-031-3/+3
| | | | | default_ca. PR: 653
* The 'counter' is really the IV.Richard Levitte2003-07-031-1/+1
|
* Change AES-CTR to increment the IV by 1 instead of 2^64.Richard Levitte2003-07-031-7/+43
|
* Clarify wording of verify_callback() behaviour.Lutz Jänicke2003-06-261-3/+3
|
* Only remove old files if they exist. [Maing32].Richard Levitte2003-06-261-1/+1
| | | | Notified by Michael Gerdau <mgd@technosis.de>
* Nils Larsch told me I could remove that variable entirely.Richard Levitte2003-06-261-3/+0
|
* make updateRichard Levitte2003-06-263-33/+33
|
* Implement missing functions.Richard Levitte2003-06-265-9/+196
| | | | | | Have the f parameter to _ctrl functions have the prototype (*)(void) rather than (*)(), for the sake of C++ compilers. Disable unimplemented functionality.
* "Remove" unused variableRichard Levitte2003-06-261-0/+2
|
* Conform with the standard prototype for engine control functions.Richard Levitte2003-06-269-17/+17
|
* Scan through the engines directory as well.Richard Levitte2003-06-261-0/+1
|
* The definition of dynamic_ctrl() should change along with theRichard Levitte2003-06-261-1/+1
| | | | declaration :-).
* implement PKCS #8 / SEC1 private key format for ECCBodo Möller2003-06-252-41/+84
| | | | Submitted by: Nils Larsch
* Return EOF when an S/MIME part have been read.Dr. Stephen Henson2003-06-241-0/+1
|
* Make sure the compiler knows we run with pedantic settings.Richard Levitte2003-06-201-1/+1
|
* make updateRichard Levitte2003-06-192-29/+30
|
* Document the last change.Richard Levitte2003-06-191-1/+3
| | | | PR: 587
* Prepare for changes in the 0.9.6 branchRichard Levitte2003-06-191-1/+1
|
* Prepare for changes in the 0.9.6 branchRichard Levitte2003-06-191-0/+4
|
* We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte2003-06-191-1/+2
| | | | PR: 587
* Add documentation for the new crlnumber configuration option.Richard Levitte2003-06-191-0/+6
|
* Typo.Richard Levitte2003-06-191-1/+1
|
* Implement CRL numbers.Richard Levitte2003-06-192-4/+35
| | | | | Contributed in whole by Laurent Genier <Laurent.Genier@intrinsec.com> PR: 644
* dynamic_ctrl() didn't have exactly the same prototype as defined byRichard Levitte2003-06-191-1/+1
| | | | ENGINE_CTRL_FUNC_PTR.
* Unsigned vs. signed fixed.Richard Levitte2003-06-191-1/+1
|
* EXIT() should mainly be exit(n), not return(n). OPENSSL_EXIT() willRichard Levitte2003-06-191-1/+1
| | | | take care of returning if necessary.
* Add the application data type to the README.Richard Levitte2003-06-181-0/+1
|
* Missing string and potential memory leaks.Richard Levitte2003-06-181-14/+22
| | | | Notified by Goetz Babin-Ebell <goetz@shomitefo.de>
* Slightly better check of attributes. Now, mem_list_next can actually stop ↵Richard Levitte2003-06-123-12/+90
| | | | when the searched for key doesn't have it's attributes within the range of the checked key.
* BeautifyRichard Levitte2003-06-121-2/+2
|
* Typo.Richard Levitte2003-06-121-1/+1
| | | | PR: 584
* Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte2003-06-121-1/+1
| | | | PR: 585
* Make sure ssize_t is defined on SunOS4.Richard Levitte2003-06-121-0/+2
| | | | PR: 585
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
| | | | PR: 585
* Typo.Richard Levitte2003-06-111-1/+1
| | | | PR: 593
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-113-1/+17
|
* make updateRichard Levitte2003-06-113-41/+70
|
* Avoid warnings saying that the format takes a void*.Richard Levitte2003-06-111-2/+2
|