summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* close unlabeled-1.1.4unlabeled-1.1.4Franziskus Kiefer2017-09-290-0/+0
|
* Merge changes from trunk (rev 1.3) onto branch.nelsonb%netscape.com2000-10-031-30/+20
|
* Keep NSS_30_BRANCH in sync with trunk. Fix PR_Connect timeout crash.nelsonb%netscape.com2000-09-281-3/+8
|
* Make the SSL test cases work on NT:relyea%netscape.com2000-06-291-12/+12
| | | | | 1) NT seems to have different failure version numbers than Unix. 2) MKS doesn't kill children of a subshell fork()'ed from a shell script. Modify selfserv to give us it's real pid so we can kill it later.
* fixup commit for branch 'unlabeled-1.1.4'cvs2hg2000-05-161085-392856/+0
|
* Add a mini-framework to allow us to test NSS releases without using tet.relyea%netscape.com2000-05-169-0/+734
|
* Change the attribute allocation scheme to a fixed array in the object.relyea%netscape.com2000-05-163-29/+189
|
* Add SSL and TLS to the slotlist search functionsrelyea%netscape.com2000-05-164-12/+58
|
* 1) performance changes.relyea%netscape.com2000-05-161-64/+136
| | | | | | | | | | | | a) do C_Decrypt in the handUnwrap case on it's own session so we don't single thread through the code. b) reuse the session created for the symKey when importing the key from data. 2) robustness changes. a) try different ways of getting the signature length if non-complient tokens don't present the modulus to us. b) Recover from state buffers changing sizes on us in the middle of GetOperationState().
* Only output caching if we turn tracing on.relyea%netscape.com2000-05-161-6/+12
|
* Add TLS and SSL flags to modutil.relyea%netscape.com2000-05-165-351/+704
| | | | Allow the Default flag to work specifically on a slot.
* 1) add code to allow selfserv to reuse existing listen ports when they are ↵relyea%netscape.com2000-05-161-0/+12
| | | | | | 'just haning around' (allows our test suits to run when starting and stopping the server all the time). 2) flush out any server output so it doesn't get lost from out test suites
* sync the database after writesroeber%netscape.com2000-05-161-0/+21
|
* Properly deregister shadow objects of session objectsroeber%netscape.com2000-05-163-1/+166
|
* In BSAFE build, libfreebl.a has symbols needed by libbsafe.a (memory ↵mcgreer%netscape.com2000-05-161-0/+2
| | | | management).
* reordered libraries for buildsmcgreer%netscape.com2000-05-151-20/+15
|
* Store object contents in network byte order, for database portabilityroeber%netscape.com2000-05-151-4/+122
|
* Use the public (cap-NSS) mutex calls, not the private onesroeber%netscape.com2000-05-151-3/+3
|
* Updating project to build with standalone nlsLayer.dougt%netscape.com2000-05-151-0/+0
|
* Changed DestroyContext functions so that freeit means free everything or ↵mcgreer%netscape.com2000-05-151-36/+36
| | | | free nothing, not just the context pointer.
* First checkin of database moduleroeber%netscape.com2000-05-1512-0/+2774
|
* Add condition for BSAFE build.mcgreer%netscape.com2000-05-122-5/+36
|
* Initial checkin of implementations of MD2 and MD5. An empty definition of ↵mcgreer%netscape.com2000-05-125-0/+911
| | | | Diffie-Hellman to allow for building, more later. Changes to Makefile for building with BSAFE.
* Changes make project use static crypto lib.dougt%netscape.com2000-05-121-0/+0
|
* Minor changes to fix mac build bustages.dougt%netscape.com2000-05-125-3/+9
|
* More OS/2 Makefile changes. Bug #34106 Batch 13cls%seawood.org2000-05-111-2/+4
|
* Adding CK_USHORT back in, for pedantic tests' sakeroeber%netscape.com2000-05-091-0/+6
|
* Backing out accidental (recursive) commitroeber%netscape.com2000-05-091-0/+1
|
* Added ckmd.h to private exports listroeber%netscape.com2000-05-092-1/+1
|
* Small optimization for RSA Server Key exchange message. Uses fewer PK11_nelsonb%netscape.com2000-05-081-24/+36
| | | | calls to do the job. Also, plug one mem leak in Fortezza code.
* Initial checkin of an simple module-excercise programroeber%netscape.com2000-05-089-0/+3539
|
* Several fixes. Builds on WIN32. Prints Usage when invalid syntax.nelsonb%netscape.com2000-05-081-2/+6
|
* change to comment textmcgreer%netscape.com2000-05-051-7/+6
|
* Code to provide hooks to RSA's BSAFE licensed code.mcgreer%netscape.com2000-05-042-0/+2189
|
* Remove special import for Solaris 2.5.1ddrinan%netscape.com2000-05-041-5/+0
|
* Adding Mac files, primarily as placeholdersmwelch%netscape.com2000-04-284-0/+9
|
* Getting session objects working.roeber%netscape.com2000-04-206-22/+78
|
* Wait a minute, I was right the first time: I don't need to worry aboutroeber%netscape.com2000-04-192-34/+14
| | | | endianness, that's a display problem.
* Multiple changes to get the cryptoki framework and builtin-objectroeber%netscape.com2000-04-1912-89/+414
| | | | | | | | | | module working: 1) C_GetFunctionList is always present; 2) fwObject and fwSession now remember their handles on behalf of the fwInstance; 3) fwSessions are created before mdSessions, so the mdSession can use the fwSession's arena; 4) finished implementing findObjects; 5) builtin constants are in network byte order; 6) libnssckbi.so knows about and can pull in its dependencies (e.g. libnssckfw.so, libnssb.so, and NSPR).
* I missed a couple usages of nssUTF8_Size when its signature changed.roeber%netscape.com2000-04-191-4/+8
| | | | Also made a pedantic check #ifdef PEDANTIC.
* Free from the beginning of the real block pointer, not the user's pointer.roeber%netscape.com2000-04-191-1/+1
|
* This file was not the source authorized by Paul Kocher of Cryptographynelsonb%netscape.com2000-04-071-543/+0
| | | | Research Inc for release on Mozilla. It has been replaced by sha_fast.c.
* Switch freebl to use the sha1 sources authorized by Paul Kocher ofnelsonb%netscape.com2000-04-071-1/+1
| | | | Cryptography Research Inc.
* Make additional performance improvements, especially for big endian CPUs.nelsonb%netscape.com2000-04-071-15/+55
|
* Detect failure of NSS_Init.nelsonb%netscape.com2000-04-061-1/+7
|
* Put "btoa" back into the built directories, since the underlying coderepka%netscape.com2000-04-061-1/+1
| | | | is now available in nss/lib.
* Build new base64 encoder implementation.repka%netscape.com2000-04-061-0/+1
|
* Removed BTOA_ConvertItemToAscii (now defined in nssb64e.c, using newrepka%netscape.com2000-04-061-6/+0
| | | | base64 encoder implementation).
* Convert to BLAPI interface. Make very minor optimizations.nelsonb%netscape.com2000-04-061-39/+158
|
* Check in original SHA implementation sources on behalf of Paul Kocher ↵nelsonb%netscape.com2000-04-063-0/+469
| | | | Cryptography Research, Inc. paul@cryptography.com