aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-15fix problems found by coverity: remove useless codeNils Larsch17-48/+12
2006-03-15tlsext_ecpointformatlist_length is unsigned, so check if it's lessRichard Levitte1-1/+1
2006-03-15create BN_CTX objectNils Larsch1-0/+14
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch1-1/+2
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch5-7/+16
2006-03-13signed vs. unsignedNils Larsch1-1/+1
2006-03-13Oh, now I noticed Bodo's change that made tlsext_ecpointformatlistRichard Levitte1-1/+1
2006-03-13Resolve signed vs. unsigned issuesRichard Levitte3-7/+7
2006-03-13fix sign problemsBodo Möller3-4/+18
2006-03-13remove unused variablesNils Larsch1-3/+0
2006-03-13udpate Supported Point Formats Extension codeBodo Möller5-39/+19
2006-03-12fix commentNils Larsch1-8/+10
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch2-4/+4
2006-03-12note that SSL_library_init() is not reentrantNils Larsch1-0/+1
2006-03-11Implement the Supported Point Formats Extension for ECC ciphersuitesBodo Möller11-21/+416
2006-03-11clarificationBodo Möller1-1/+3
2006-03-11fix signed vs. unsigned warningNils Larsch2-3/+3
2006-03-11fix "missing initializer" warningNils Larsch1-1/+2
2006-03-11fix signed vs. unsigned warningNils Larsch1-2/+1
2006-03-10make updateNils Larsch2-3/+10
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch26-20/+1671
2006-03-08Remember to *build* WP_TEST on VMS, as well :-)Richard Levitte1-1/+1
2006-03-07fix function name in error messageNils Larsch1-1/+1
2006-03-06unused functionUlf Möller1-13/+0
2006-03-06The actual whirlpool test was missing on VMS...Richard Levitte1-0/+4
2006-03-05constify some print and ts functionsNils Larsch11-72/+73
2006-03-05Typo.Dr. Stephen Henson1-1/+1
2006-03-04no need to cast away the constNils Larsch1-1/+1
2006-03-04make some parameters constNils Larsch4-32/+36
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte2-1/+16
2006-03-02Forgot the TSA application...Richard Levitte1-2/+4
2006-03-01Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson1-1/+2
2006-03-01force C locale when using [a-z] in sed expressionsNils Larsch1-1/+1
2006-02-28fix "#ifndef HZ" statementNils Larsch1-3/+3
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller3-15/+11
2006-02-26Synchronise with openss.cnfRichard Levitte1-5/+4
2006-02-26Add a TSA test. testtsa.com is a manual sh to dcl translation ofRichard Levitte2-6/+279
2006-02-26Add TS to the VMS build.Richard Levitte3-3/+8
2006-02-26Break out deltree in its' own command procedure.Richard Levitte2-31/+36
2006-02-24fix no-dh configure option; patch supplied by Peter MeerwaldNils Larsch2-2/+2
2006-02-21Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson1-0/+2
2006-02-19Tolerate a SEQUENCE in DN components.Dr. Stephen Henson2-1/+3
2006-02-16ignoreUlf Möller1-0/+1
2006-02-16message styleUlf Möller1-1/+2
2006-02-16oopsUlf Möller1-1/+1
2006-02-16wrap shlib for testtsaUlf Möller2-20/+23
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch3-8/+8
2006-02-15fix typosNils Larsch3-4/+4
2006-02-15Fix from stable branch.Dr. Stephen Henson1-4/+20
2006-02-15Fix warnings.Dr. Stephen Henson3-1/+3