Age | Commit message (Expand) | Author |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-02-03 | advertise features of our crypto chips better; ok tdeval | Theo de Raadt |
2004-01-09 | remove uvm_extern.h | Brad Smith |
2003-09-03 | support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ... | Jason Wright |
2003-08-14 | kill unneeded caddr_t casts for *_copyback | Jason Wright |
2003-08-08 | x is probably just as random as letoh32(x), don't bother byte swapping the nu... | Jason Wright |
2003-08-01 | ansi | Theo de Raadt |
2003-06-04 | nuke clause 3 & 4 (ok with patrik) | Jason Wright |
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | Jason Wright |
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always z... | Jason Wright |
2003-04-02 | add support for the other Sun Crypto 1000; from sam at errno dot com | Jason Wright |
2003-02-14 | Let UBSEC_DEBUG compile; based on diff from sam at errno dot com | Jason Wright |
2002-12-06 | Don't use the RNG oscillator output directly, use the sha1'd version (the | Jason Wright |
2002-12-05 | Treat RNGSHA1 operations the same as RNGBYPASS for callback purposes (they | Jason Wright |
2002-11-21 | From Angelos: | Jason Wright |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-10 | Match the Sun Crypto Adapter 1000, it appears to be a broadcom 5821. | Jason Wright |
2002-10-05 | match 5822 | Jason Wright |
2002-09-24 | Don't use constants for the output parameter, use the iparam count as a point... | Jason Wright |
2002-09-19 | remember: bits is bits and bytes is bytes... use -byte- count for bcopy not | Jason Wright |
2002-09-12 | - Split out the hardware and software normalization versions of modexp... | Jason Wright |
2002-09-11 | - On reset, disable hardware normalization for 582x and make sure the chip is... | Jason Wright |
2002-09-04 | Treat 5822 the same as 5820 | Jason Wright |
2002-09-04 | 5801 has no pk or rng support | Jason Wright |
2002-09-03 | add support for 5801 and 5802 which appear to be 5805's as far as sw is conce... | Jason Wright |
2002-07-08 | 5821 has two additional bits that must be ack'd (note they don't have | Jason Wright |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright |
2002-07-05 | KNF (no space after casts) | Jason Wright |
2002-07-03 | But when denormalizing we need the normalized length, too as well as the dest... | Jason Wright |
2002-07-03 | result only needs to be as big as the number of real bits in the modulus | Jason Wright |
2002-06-17 | remove noisy jason debug printf blatther. bad p | Theo de Raadt |
2002-05-16 | Normalize the exponent too. This allows exponents with bit lengths different | Jason Wright |
2002-05-16 | Re-enable RNG on the 5601 (it needs to be disabled on some 5805 variants, | Jason Wright |
2002-05-15 | Rework MODEXP: | Jason Wright |
2002-05-13 | add and use three more flags: | Jason Wright |
2002-05-08 | - Go ahead and register to handle CRK_MOD_EXP_CRT ops | Jason Wright |
2002-05-06 | basic infrastructure for handling RSA with CRT parameters. Just need to | Jason Wright |
2002-05-06 | - Only copy the significant bits of the result out (and make sure the buffer | Jason Wright |
2002-05-02 | the exponent parameter is: | Jason Wright |
2002-05-02 | More of previous (don't refer to parameters by index directly) | Jason Wright |
2002-05-02 | Don't refer to the parameters directly by number, use macro's so it can be | Jason Wright |
2002-05-01 | - make sure 'me' is initialized | Jason Wright |
2002-04-30 | - Output chain length must be equal to the byte count of the modulus length | Jason Wright |
2002-04-28 | make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations) | Jason Wright |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt |
2002-04-26 | missed one; deraadt | Jason Wright |
2002-04-26 | 1024 bit max | Jason Wright |
2002-04-26 | register as supporting modular exponentiation | Jason Wright |