summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2006-03-07fix function name in error messageNils Larsch
2006-03-06unused functionUlf Möller
2006-03-05constify some print and ts functionsNils Larsch
2006-03-04no need to cast away the constNils Larsch
2006-03-04make some parameters constNils Larsch
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte
2006-03-01Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson
2006-02-28fix "#ifndef HZ" statementNils Larsch
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller
2006-02-26Add TS to the VMS build.Richard Levitte
2006-02-21Print out <INVALID> if an OID value is invalid.Dr. Stephen Henson
2006-02-19Tolerate a SEQUENCE in DN components.Dr. Stephen Henson
2006-02-15make some internal functions static; patch supplied by Kurt RoeckxNils Larsch
2006-02-15Fix from stable branch.Dr. Stephen Henson
2006-02-15Fix warnings.Dr. Stephen Henson
2006-02-15shorter filenamesUlf Möller
2006-02-14use asn1 callbacks for new, free and d2iNils Larsch
2006-02-13don't use the l length modifier for intNils Larsch
2006-02-13use stricter prototypes, fix warningsNils Larsch
2006-02-13fix warningNils Larsch
2006-02-13fix typo: pass pre-computed parameters to the underlying signature function; ...Nils Larsch
2006-02-12make updateUlf Möller
2006-02-12time stamp Makefile, test filesUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2006-02-09Fix warnings about "sin" conflicting with sin(3) definition.Dr. Stephen Henson
2006-02-09Avoid warnings about shadowed definitions.Dr. Stephen Henson
2006-02-08remove unnecessary checkNils Larsch
2006-02-08p could be uninitializedNils Larsch
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-02-04Recognize mingw in perlasm.Dr. Stephen Henson
2006-02-02fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK stateNils Larsch
2006-01-31Ignore zero length constructed segments.Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2006-01-19Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson
2006-01-15Fix from stable branch.Dr. Stephen Henson
2006-01-14support numeric strings in ASN1_generate_nconfNils Larsch
2006-01-13fix commentNils Larsch
2006-01-132 is a primeNils Larsch
2006-01-11Forgot to initialize CC6DISABLEWARNINGS properly...Richard Levitte
2006-01-11Typo...Richard Levitte
2006-01-09Further TLS extension updatesBodo Möller
2006-01-09Disable the Mixed Linkage warning for some selected modules. This isRichard Levitte
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2006-01-04The VMS I run on doesn't know socklen_t and uses size_t instead.Richard Levitte
2006-01-03In ASN1_parse() show tag value for ASN1 tags > 30.Dr. Stephen Henson
2006-01-02Missing files in the VMS installationRichard Levitte
2006-01-02Refine login in b_sock.c.Andy Polyakov
2006-01-02Fix typo and purify logic in b_sock.cAndy Polyakov
2006-01-02Typo in win32_globallookup.Andy Polyakov