summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unreferenced labelsrichard.freedman%sun.com2006-05-123-19/+0
* Eliminate declaration of unused variables or labelsrichard.freedman%sun.com2006-05-121-10/+0
* Eliminate declaration of unused variablesrichard.freedman%sun.com2006-05-121-6/+1
* Eliminate declarations of unused variablesrichard.freedman%sun.com2006-05-122-16/+3
* Eliminate declaration of unused variablerichard.freedman%sun.com2006-05-121-1/+0
* Remove extraneous (and nonportable) absolute path designation from arichard.freedman%sun.com2006-05-111-1/+3
* Replace \n in output with outputting a blank line before or after the stringrichard.freedman%sun.com2006-05-111-9/+18
* Include decoding of signedData messages returned by Http servers.richard.freedman%sun.com2006-05-104-17/+851
* Comment out reference to CERT_DecodeCertPackage until library issue is resolvedrichard.freedman%sun.com2006-05-091-0/+2
* Reflect the change of name of PKIX_PL_LdapCertStore_AbandonRequest torichard.freedman%sun.com2006-05-081-1/+1
* Addition of httpcertstore (and http retrieval of AIA information)richard.freedman%sun.com2006-05-0523-329/+1771
* Add new certs for OCSP testing; they contain extensions that certutil is notrichard.freedman%sun.com2006-05-057-2/+21
* Prepare for addition of tests whose execution depends on whether OCSP isrichard.freedman%sun.com2006-04-242-8/+47
* Add one additional argument to the NULLCHECK list in Socket_CreateByNameAndPortrichard.freedman%sun.com2006-04-241-1/+1
* Rename LDAPCertStore_DecodeCert, Crl functions to ASN1CertStore_Decode...richard.freedman%sun.com2006-04-242-10/+22
* Catch and re-throw a certStore error, to make it easier to figure out errorrichard.freedman%sun.com2006-04-241-10/+14
* Eliminate an extra semicolon at the end of a linerichard.freedman%sun.com2006-04-241-1/+1
* Separate platform paths from relative paths on command lines for libpkix tests,richard.freedman%sun.com2006-04-176-36/+129
* Eliminate unused command-line argument, both in obtaining the value in mainrichard.freedman%sun.com2006-04-172-4/+2
* If directories are not created because NIST_FILES_DIR is not defined,richard.freedman%sun.com2006-04-141-7/+5
* Eliminate unused variables. Initialize an enum to first value of enumeration,richard.freedman%sun.com2006-04-121-98/+89
* Eliminate ${curdir} from command lines, to reduce the lengthrichard.freedman%sun.com2006-04-117-129/+129
* Send http headers and request in the same buffer, rather than asrichard.freedman%sun.com2006-04-102-205/+164
* There were *two* instances of sprintf needing to be replaced withrichard.freedman%sun.com2006-04-071-7/+6
* Replace sprintf call with safer PR_snprintfrichard.freedman%sun.com2006-04-071-1/+4
* Update logger callback function to use PR_snprintf (and give it a biggerrichard.freedman%sun.com2006-04-061-2/+4
* Run tests with and without socketTracing and loggingrichard.freedman%sun.com2006-04-061-0/+14
* Once again include all output in logrichard.freedman%sun.com2006-04-061-2/+2
* Reduce the number of logging calls, to keep output reasonable.richard.freedman%sun.com2006-04-061-9/+4
* Don't return results until the complete exchange (include responseStatus)richard.freedman%sun.com2006-04-062-5/+23
* Debugging code referred to wrong stringrichard.freedman%sun.com2006-04-041-1/+1
* Failure occurs if SOCKETTRACE and LOGGING are both off, but not if eitherrichard.freedman%sun.com2006-03-291-0/+2
* Run more tests with logging and tracing, until reason for failures is found.richard.freedman%sun.com2006-03-291-16/+1
* Some shell variables were not enclosed in braces. This may have been therichard.freedman%sun.com2006-03-291-4/+1
* Use a shortened form of output for the HTML lines. With tracing on, userichard.freedman%sun.com2006-03-291-6/+8
* Use an extra line to echo a blank line; echo does not interpret backslash-nrichard.freedman%sun.com2006-03-291-3/+5
* Use an extra line to echo a blank line; echo does not interpret backslash-nrichard.freedman%sun.com2006-03-291-2/+4
* Message ID length was double-counted, in advancing to end of bytes processed.richard.freedman%sun.com2006-03-281-3/+4
* Socket tracing should not be compiled into the OPT build, unless explicitly c...richard.freedman%sun.com2006-03-281-0/+2
* Fix calculations; output more detail information for pkix testsrichard.freedman%sun.com2006-03-272-1/+10
* Add LdapDefaultClient to loggersrichard.freedman%sun.com2006-03-271-0/+1
* Elevate CertStore logging to trace level (from error level) to figure out wha...richard.freedman%sun.com2006-03-241-1/+1
* Include detailed pkix test results in html outputrichard.freedman%sun.com2006-03-2416-17/+55
* Fix error in testing prior output for error valuerichard.freedman%sun.com2006-03-231-1/+3
* Add subtest breakdown to html outputrichard.freedman%sun.com2006-03-233-0/+13
* Enable CertChainChecker logging, reduce Validate logging from trace level to ...richard.freedman%sun.com2006-03-231-2/+1
* Improve handling of disabling, enabling, during changes to lists. Make surerichard.freedman%sun.com2006-03-231-64/+62
* In PKIX_CheckCert, catch and re-throw errors to make sure they get logged.richard.freedman%sun.com2006-03-221-3/+17
* Removed too much processing -- errors were going unrecognized. Error recognitionrichard.freedman%sun.com2006-03-221-4/+4
* Output more libpkix output to log file. Enable socket tracing for the testsrichard.freedman%sun.com2006-03-213-6/+11