70 Commits (041f01e60106dcc9d64f4a82ab11236c589dc264)

Autor SHA1 Nachricht Datum
  Michael Brown 8406115834 [build] Rename gPXE to iPXE vor 14 Jahren
  Joshua Oreman 8d08da3a99 [crypto] Add a placeholder for a proper random number generator vor 15 Jahren
  Joshua Oreman 6c6db8647b [crypto] Add AES key-wrap mode (RFC 3394) vor 15 Jahren
  Joshua Oreman 2dfe4c414a [crypto] Make AES context size and algorithm structure externally available vor 15 Jahren
  Joshua Oreman 59b7d00c06 [digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2 vor 15 Jahren
  Joshua Oreman 05d3be1048 [cipher] Add the ARC4 stream cipher vor 15 Jahren
  Joshua Oreman 7eaad90976 [digest] Add generic CRC32 function vor 15 Jahren
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations vor 15 Jahren
  Michael Brown 1c67623e37 [build] Enable building with the Intel C compiler (icc) vor 15 Jahren
  Michael Brown 9937bf13c9 [crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER() vor 15 Jahren
  Michael Brown e950dc04ba [crypto] Add our own general-purpose cipher-block chaining routines vor 15 Jahren
  Michael Brown b4d3d686cc [crypto] Change cipher_{en,de}crypt() to void functions vor 15 Jahren
  Michael Brown a3219b24a8 [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm vor 15 Jahren
  Michael Brown 5de8305feb [crypto] Move AES_convert_key() hack into axtls_aes.c vor 15 Jahren
  Michael Brown 991f907d5b [crypto] Rename aes_algorithm to aes_cbc_algorithm vor 15 Jahren
  Michael Brown 8e960eb67c [tls] Use our own ASN.1 routines for certificate parsing vor 15 Jahren
  Michael Brown 5a99c586cf [crypto] Remove unused files vor 15 Jahren
  Michael Brown 521549d900 [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h> vor 15 Jahren
  Michael Brown 9c71949d1f [crypto] Remove spurious #include "config.h" vor 15 Jahren
  Michael Brown 5d4839b577 [iSCSI] Add support for mutual CHAP vor 16 Jahren
  Michael Brown 1949641d10 Fix compiler warnings that appear only on OpenBSD. vor 16 Jahren
  Holger Lubitz 68455adf37 use malloc attribute vor 17 Jahren
  Holger Lubitz dea89e8d62 use malloc attribute vor 17 Jahren
  Holger Lubitz 7815474495 Revert "malloc attribute changes" vor 17 Jahren
  Holger Lubitz 373022108b malloc attribute changes vor 17 Jahren
  Michael Brown 74ad5014c5 Inhibit compiler warning vor 17 Jahren
  Michael Brown 9a9f46ff58 Upgrade AXTLS import to version 1.1.5-a vor 17 Jahren
  Michael Brown 218314e712 Added HMAC code from TLS project vor 17 Jahren
  Holger Lubitz 29134e35dc make md5_steps static vor 17 Jahren
  Holger Lubitz 42910594f7 disable AES_convert_key by #if 0'ing it out (suggested by mcb30) vor 17 Jahren
  Holger Lubitz 426c2c150d disable AES_convert_key by #if 0'ing it out (suggested by mcb30) vor 17 Jahren
  Michael Brown 9aa61ad5a2 Add per-file error identifiers vor 17 Jahren
  Marty Connor c77704cb60 Warnings purge: src/{crypto,hci,net} vor 17 Jahren
  Michael Brown ff84a66c35 Conflicts with native asn1.c vor 17 Jahren
  Michael Brown 95206577a7 Trivial ASN.1 decoding functions. vor 17 Jahren
  Michael Brown e01aadd5a7 Required for public key extraction vor 17 Jahren
  Michael Brown 0050378f51 SHA1_DIGEST_SIZE also available as a static constant vor 17 Jahren
  Michael Brown cc8f9e4b7f Make context sizes available for statically-allocated structures vor 17 Jahren
  Michael Brown d467552367 Vanilla copies from axtls vor 17 Jahren
  Michael Brown 5c3837e0ed Quick hacks to get it working vor 17 Jahren
  Michael Brown a01374b5cd Add dummy setiv method vor 17 Jahren
  Michael Brown 6c2f0e1bf4 Original axtls RSA code vor 17 Jahren
  Michael Brown 1ae70e12e5 Added wrapper for AXTLS AES code vor 17 Jahren
  Michael Brown c1aa1d0764 Add wrapper around axtls' sha1 code vor 17 Jahren
  Michael Brown 869f9bcb23 Adding missing include vor 17 Jahren
  Michael Brown 413c554b34 We need this, I think vor 17 Jahren
  Michael Brown 2e0548e17e Force inlining vor 17 Jahren
  Michael Brown 1fbd6f7d76 ...but not when it's being used as a digest algorithm... vor 17 Jahren
  Michael Brown a502fcda45 The null crypto algorithm should at least copy data... vor 17 Jahren
  Michael Brown a008f9e85b Add null crypto algorithm vor 17 Jahren