aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* fix problems found by coverity: remove useless codeNils Larsch2006-03-159-28/+10
* 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
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
* fix signed vs. unsigned warningNils Larsch2006-03-111-2/+1
* fix function name in error messageNils Larsch2006-03-071-1/+1
* unused functionUlf Möller2006-03-061-13/+0
* constify some print and ts functionsNils Larsch2006-03-0511-72/+73
* 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
* Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson2006-03-011-1/+2
* fix "#ifndef HZ" statementNils Larsch2006-02-281-3/+3
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-2/+2
* Add TS to the VMS build.Richard Levitte2006-02-262-2/+6
* Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson2006-02-211-0/+2
* Tolerate a SEQUENCE in DN components.Dr. Stephen Henson2006-02-192-1/+3
* make some internal functions static; patch supplied by Kurt RoeckxNils Larsch2006-02-153-8/+8
* Fix from stable branch.Dr. Stephen Henson2006-02-151-4/+20
* Fix warnings.Dr. Stephen Henson2006-02-153-1/+3
* shorter filenamesUlf Möller2006-02-155-75/+72
* use asn1 callbacks for new, free and d2iNils Larsch2006-02-141-54/+33
* don't use the l length modifier for intNils Larsch2006-02-132-2/+2
* use stricter prototypes, fix warningsNils Larsch2006-02-131-26/+17
* fix warningNils Larsch2006-02-131-2/+2
* fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch2006-02-131-1/+1
* make updateUlf Möller2006-02-126-28/+209
* time stamp Makefile, test filesUlf Möller2006-02-121-0/+120
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-1231-6/+5290
* Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson2006-02-091-10/+10
* Avoid warnings about shadowed definitions.Dr. Stephen Henson2006-02-091-25/+25
* remove unnecessary checkNils Larsch2006-02-081-1/+1
* p could be uninitializedNils Larsch2006-02-081-1/+7
* Update filenames in makefiles.Dr. Stephen Henson2006-02-0438-38/+38
* Recognize mingw in perlasm.Dr. Stephen Henson2006-02-041-1/+1
* fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch2006-02-021-1/+1
* Ignore zero length constructed segments.Dr. Stephen Henson2006-01-311-1/+1
* add additional checks + cleanupNils Larsch2006-01-2913-33/+64
* Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson2006-01-192-5/+10
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
* support numeric strings in ASN1_generate_nconfNils Larsch2006-01-141-0/+3
* fix commentNils Larsch2006-01-131-2/+8
* 2 is a primeNils Larsch2006-01-131-1/+2
* Forgot to initialize CC6DISABLEWARNINGS properly...Richard Levitte2006-01-111-0/+4
* Typo...Richard Levitte2006-01-111-1/+1
* Further TLS extension updatesBodo Möller2006-01-091-1/+0
* Disable the Mixed Linkage warning for some selected modules. This isRichard Levitte2006-01-091-1/+12
* Avoid contradictive error code assignments.Bodo Möller2006-01-084-8/+7
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-088-17/+28