summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build on AIX. Not sure why this builds on any other platform.julien.pierre.bugs%sun.com2006-07-241-1/+2
* This checkin creates a new file pkix_errorstrings.h containing the textrichard.freedman%sun.com2006-06-2976-3096/+4120
* Remove an erroneous requirement for an argument to be non-NULL.richard.freedman%sun.com2006-06-281-2/+2
* This file was accidentally omitted in previous checkin, to implementrichard.freedman%sun.com2006-06-271-0/+6
* Implement nonblocking I/O for libpkix OCSP handlerrichard.freedman%sun.com2006-06-276-217/+308
* pkix_DefaultRevChecker_Check calling sequence had to be modified, too, torichard.freedman%sun.com2006-06-271-0/+9
* Pass in user's procParams to ocspChecker for use in calling buildChainrichard.freedman%sun.com2006-06-269-81/+154
* Remove some obsolete debugging code which, among other things, referencedrichard.freedman%sun.com2006-06-231-118/+0
* Add a declaration pf PKIX_PL_Pk11CertStore_Create to the header file, sorichard.freedman%sun.com2006-06-221-0/+4
* Eliminate unreferenced "checkin" labels and add parentheses in a fewrichard.freedman%sun.com2006-06-2210-38/+9
* Fix a comment that referred to the wrong piece in describing a set of changesrichard.freedman%sun.com2006-06-221-1/+1
* Isolate the CERT_VerifyCert call in OCSP processing, and allow the userrichard.freedman%sun.com2006-06-226-24/+280
* Modify OCSP handling to isolate, and replace if a user-supplied alternativerichard.freedman%sun.com2006-06-197-129/+529
* Fix a leak by deallocating the receive buffer when the httpdefaultclientrichard.freedman%sun.com2006-06-191-2/+0
* Add a descriptive narrative to the function header forrichard.freedman%sun.com2006-06-191-1/+3
* Add verifyNodes to test_buildchain. It calls for an additional argumentrichard.freedman%sun.com2006-06-128-305/+825
* checkinmsgrichard.freedman%sun.com2006-05-262-0/+1158
* checkinmsgrichard.freedman%sun.com2006-05-2610-20/+237
* Reduce the opportunity for human error by defining type numbers automatically,richard.freedman%sun.com2006-05-261-69/+69
* Eliminate redundant initialization of pkixTempErrorReceived in PKIX_STD_VARSrichard.freedman%sun.com2006-05-231-2/+1
* Eliminate function that returned address of PKIX_ERRORNAMES.richard.freedman%sun.com2006-05-192-8/+0
* Replace function that exports array address with appropriate declarationsrichard.freedman%sun.com2006-05-192-2/+5
* Keep PKIX_Error_GetErrorString in all versions, not just for WIN32. Otherrichard.freedman%sun.com2006-05-192-4/+0
* Provide WIN32 function to return the address of PKIX_ERRORNAMES array,richard.freedman%sun.com2006-05-183-0/+13
* Use PKIXERRORNUM, rather thana String, to indicate module to be logged (inrichard.freedman%sun.com2006-05-184-77/+46
* Use a macro to replace separate lists of errors in pkixt.h, pkix_error.c, andrichard.freedman%sun.com2006-05-173-226/+94
* Eliminate declaration of unreferenced variablerichard.freedman%sun.com2006-05-151-1/+0
* Define length of sec_PKCS7ContentInfoTemplate in forward declarationrichard.freedman%sun.com2006-05-121-1/+1
* Restore global status to function pkix_RevCheckCert erroneously declared staticrichard.freedman%sun.com2006-05-121-1/+1
* Add "static" to forward declaration of template so that laterrichard.freedman%sun.com2006-05-121-4/+1
* Add extra braces around each of the two components of pkix_Alloc_Error_Datarichard.freedman%sun.com2006-05-121-0/+3
* 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
* 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-0522-329/+1770
* 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
* Eliminate unused variables. Initialize an enum to first value of enumeration,richard.freedman%sun.com2006-04-121-98/+89
* Send http headers and request in the same buffer, rather than asrichard.freedman%sun.com2006-04-102-205/+164
* 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
* 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