aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Typos.Richard Levitte2002-10-151-2/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+0
* TypoRichard Levitte2002-10-102-4/+4
* RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte2002-10-103-43/+195
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* fix more race conditionsBodo Möller2002-09-264-24/+53
* Add missing brackets.Lutz Jänicke2002-09-251-2/+2
* really fix race conditionsBodo Möller2002-09-2510-56/+87
* really fix race conditionBodo Möller2002-09-238-0/+32
* there is no minimum length for session IDsBodo Möller2002-09-191-16/+5
* fix race conditionBodo Möller2002-09-191-1/+1
* Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke2002-08-161-3/+14
* use correct function code in error messageBodo Möller2002-08-151-1/+1
* Sometimes, the value of the variable containing the compiler call canRichard Levitte2002-08-151-1/+1
* Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte2002-08-141-3/+16
* remove commentBodo Möller2002-08-121-8/+0
* remove debug messagesBodo Möller2002-08-121-4/+0
* fix commentBodo Möller2002-08-121-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-123-11/+8
* make updateBodo Möller2002-08-091-691/+715
* fix warningsBodo Möller2002-08-091-0/+2
* ECC ciphersuite supportBodo Möller2002-08-0914-75/+1953
* oops -- must use EVP_MD_size, not EVP_MD_block_sizeBodo Möller2002-08-031-3/+3
* get rid of OpenSSLDieBodo Möller2002-08-0211-42/+143
* Make sure to use $(MAKE) everywhere instead of make.Richard Levitte2002-07-311-1/+1
* Typo.Lutz Jänicke2002-07-301-1/+1
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-3010-191/+252
* "make update"Lutz Jänicke2002-07-301-935/+914
* New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke2002-07-192-0/+19
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-349/+635
* Reorder inclusion of header files:Lutz Jänicke2002-07-1014-17/+17
* Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke2002-07-103-12/+15
* emtpy fragments are not necessary for SSL_eNULLBodo Möller2002-07-092-5/+17
* AES cipher suites are now official (RFC3268)Bodo Möller2002-07-043-23/+23
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller2002-06-143-16/+39
* Merge from 0.9.7-stable.Richard Levitte2002-06-061-1/+1
* Recover from errorsRichard Levitte2002-05-231-0/+2
* Allow the use of the TCP/IP stack keyword TCPIP and NONERichard Levitte2002-05-221-5/+34
* Fix ciphersuite list to enforce low priority for RC4.Bodo Möller2002-05-071-1/+1
* ensure that, for each strength, RC4 ciphers have least preferenceBodo Möller2002-05-071-1/+1
* refer to latest draft for AES ciphersuitesBodo Möller2002-05-071-1/+1
* fix warningBodo Möller2002-05-061-1/+1
* disable AES ciphersuites unless explicitly requestedBodo Möller2002-05-053-23/+25
* fix castsBodo Möller2002-05-051-9/+8
* undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)Bodo Möller2002-04-291-1/+1
* Fix unsigned vs. signed clashRichard Levitte2002-04-291-1/+1
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-2/+2
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-1/+1
* Signedness mismatch.Richard Levitte2002-04-202-3/+3