summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-2024-826/+1366
| | | | | | key ASN1 handling through a single EVP_PKEY_ASN1_METHOD structure and move the spaghetti algorithm specific code to a single ASN1 module for each algorithm.
* Stop compiler warnings.Dr. Stephen Henson2006-03-202-3/+3
|
* fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch2006-03-191-9/+3
|
* ensure the pointer is valid before using itNils Larsch2006-03-183-12/+24
|
* check if con != NULL before using itNils Larsch2006-03-182-6/+13
|
* remove unnecessary codeNils Larsch2006-03-185-14/+1
|
* Typo...Richard Levitte2006-03-182-5/+5
|
* *** empty log message ***Ulf Möller2006-03-171-1/+1
|
* Clarification for CPU specific config options.Ulf Möller2006-03-171-3/+5
|
* fix for OPENSSL_NO_ECNils Larsch2006-03-151-3/+2
| | | | PR: 1293
* fix problems found by coverity: remove useless codeNils Larsch2006-03-1517-48/+12
|
* tlsext_ecpointformatlist_length is unsigned, so check if it's lessRichard Levitte2006-03-151-1/+1
| | | | than zero will only result in pissing of some compilers...
* create BN_CTX objectNils Larsch2006-03-151-0/+14
|
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-141-1/+2
|
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-135-7/+16
|
* signed vs. unsignedNils Larsch2006-03-131-1/+1
|
* Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte2006-03-131-1/+1
| | | | unsigned...
* Resolve signed vs. unsigned issuesRichard Levitte2006-03-133-7/+7
|
* fix sign problemsBodo Möller2006-03-133-4/+18
|
* remove unused variablesNils Larsch2006-03-131-3/+0
|
* udpate Supported Point Formats Extension codeBodo Möller2006-03-135-39/+19
| | | | Submitted by: Douglas Stebila
* fix commentNils Larsch2006-03-121-8/+10
| | | | Submitted by: Peter Sylvester
* use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch2006-03-122-4/+4
| | | | Submitted by: Gisle Vanem
* note that SSL_library_init() is not reentrantNils Larsch2006-03-121-0/+1
|
* Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller2006-03-1111-21/+416
| | | | Submitted by: Douglas Stebila
* clarificationBodo Möller2006-03-111-1/+3
|
* fix signed vs. unsigned warningNils Larsch2006-03-112-3/+3
|
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
|
* fix signed vs. unsigned warningNils Larsch2006-03-111-2/+1
|
* make updateNils Larsch2006-03-102-3/+10
|
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-1026-20/+1671
| | | | | | PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
* Remember to *build* WP_TEST on VMS, as well :-)Richard Levitte2006-03-081-1/+1
|
* fix function name in error messageNils Larsch2006-03-071-1/+1
|
* unused functionUlf Möller2006-03-061-13/+0
|
* The actual whirlpool test was missing on VMS...Richard Levitte2006-03-061-0/+4
|
* constify some print and ts functionsNils Larsch2006-03-0511-72/+73
|
* Typo.Dr. Stephen Henson2006-03-051-1/+1
|
* no need to cast away the constNils Larsch2006-03-041-1/+1
|
* make some parameters constNils Larsch2006-03-044-32/+36
|
* Make shorter TS symbols for OpenVMS.Richard Levitte2006-03-022-1/+16
| | | | Don't convert a function pointer to a void*, ISO C doesn't like that.
* Forgot the TSA application...Richard Levitte2006-03-021-2/+4
|
* Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson2006-03-011-1/+2
|
* force C locale when using [a-z] in sed expressionsNils Larsch2006-03-011-1/+1
| | | | | PR: 1283 Submitted by: Mike Frysinger
* fix "#ifndef HZ" statementNils Larsch2006-02-281-3/+3
| | | | PR: 1287
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-263-15/+11
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* Synchronise with openss.cnfRichard Levitte2006-02-261-5/+4
|
* Add a TSA test. testtsa.com is a manual sh to dcl translation ofRichard Levitte2006-02-262-6/+279
| | | | testtsa.
* Add TS to the VMS build.Richard Levitte2006-02-263-3/+8
|
* Break out deltree in its' own command procedure.Richard Levitte2006-02-262-31/+36
|
* fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch2006-02-242-2/+2
|