126 Révisions (7865ae0deabc377fa29fb53b01647621959c6564)

Auteur SHA1 Message Date
  Michael Brown 4d3b5473f8 [tls] Add full X.509 certificate parsing il y a 12 ans
  Michael Brown d6979e0d55 [rsa] Actually check the unused-bits byte in the public key bit string il y a 12 ans
  Michael Brown 3ec773cd2b [crypto] Force caller to provide temporary storage for modular calculations il y a 12 ans
  Michael Brown 196f0bb081 [rng] Allow entropy_enable() to return an error il y a 12 ans
  Michael Brown 66f200bdac [crypto] Remove obsolete AXTLS RSA algorithm il y a 12 ans
  Michael Brown dc87161c30 [tls] Use iPXE native RSA algorithm il y a 12 ans
  Michael Brown 299dedcff0 [crypto] Add native RSA algorithm il y a 12 ans
  Michael Brown c00eb6e190 [crypto] Add abstraction for a public-key algorithm il y a 12 ans
  Michael Brown e20550fddf [crypto] Add more ASN.1 functions for X.509 certificate parsing il y a 12 ans
  Michael Brown b0a1ad9242 [rng] Fix build error when assertions are enabled il y a 12 ans
  Michael Brown 37cb7c7498 [crypto] Use real prototypes for AXTLS' AES_encrypt() and AES_decrypt() il y a 12 ans
  Michael Brown 071184a6e4 [crypto] Add big-integer library for RSA calculations il y a 12 ans
  Michael Brown f229162749 [crypto] Add ASN.1 functions for X.509 certificate parsing il y a 12 ans
  Michael Brown ffb6d6be6d [rng] Remove obsolete (and unfinished) get_random_bytes() function il y a 12 ans
  Michael Brown 1c29b4d979 [crypto] Upgrade AES and RSA code to upstream axTLS version 1.4.5 il y a 12 ans
  Michael Brown b9d9c3f1d5 [rng] Allow HMAC_DRBG to use multiple underlying hash algorithms il y a 12 ans
  Michael Brown fb6a33360f [rng] Allow hash_df() to accept multiple underlying hash algorithms il y a 12 ans
  Michael Brown fba2310562 [crypto] Replace MD5 implementation il y a 12 ans
  Michael Brown 657ab17338 [crypto] Add SHA-256 algorithm il y a 12 ans
  Michael Brown 76f5939736 [crypto] Replace SHA-1 implementation il y a 12 ans
  Michael Brown 4100edf9d7 [802.11] Eliminate use of AXTLS-specific SHA1_SIZE constant il y a 12 ans
  Michael Brown c5c1ae42e6 [rng] Add missing #include <assert.h> il y a 12 ans
  Michael Brown 5a80c11062 [crypto] Use ANS X9.82 Approved get_random_nz() for RSA il y a 12 ans
  Michael Brown 4fb60435c9 [rng] Add get_random_nz() function required by RSA algorithm il y a 12 ans
  Michael Brown 4e0effc6ad [rng] Add ANS X9.82 RBG wrapper functions il y a 12 ans
  Michael Brown c6b0b3424b [rng] Add ANS X9.82 mandatory start-up tests il y a 12 ans
  Michael Brown a3b116cea1 [rng] Add ANS X9.82 mandatory continuous tests il y a 12 ans
  Michael Brown 073f41085f [rng] Add ANS X9.82 Approved Source of Entropy Input il y a 12 ans
  Michael Brown c2668b61ea [rng] Record validity within DRBG state il y a 12 ans
  Michael Brown a99d5d5aca [rng] Add missing #include <string.h> il y a 12 ans
  Michael Brown a8756182c3 [802.11] Add missing #include <string.h> il y a 12 ans
  Michael Brown eec068253f [rng] Add ANS X9.82 Approved Hash_df derivation function il y a 12 ans
  Michael Brown 3a2bda7c7c [rng] Add ANS X9.82 Approved DRBG mechanism il y a 12 ans
  Michael Brown fcc35bf487 [rng] Add dummy entropy source il y a 12 ans
  Michael Brown 5c2d6fa399 [rng] Add ANS X9.82 Approved HMAC_DRBG algorithm il y a 12 ans
  Michael Brown 1691cf50bc [tls] Accept certificates without a version number il y a 13 ans
  Shao Miller 3b51710156 [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files il y a 14 ans
  Michael Brown 8406115834 [build] Rename gPXE to iPXE il y a 14 ans
  Joshua Oreman 8d08da3a99 [crypto] Add a placeholder for a proper random number generator il y a 15 ans
  Joshua Oreman 6c6db8647b [crypto] Add AES key-wrap mode (RFC 3394) il y a 15 ans
  Joshua Oreman 2dfe4c414a [crypto] Make AES context size and algorithm structure externally available il y a 15 ans
  Joshua Oreman 59b7d00c06 [digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2 il y a 15 ans
  Joshua Oreman 05d3be1048 [cipher] Add the ARC4 stream cipher il y a 15 ans
  Joshua Oreman 7eaad90976 [digest] Add generic CRC32 function il y a 15 ans
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations il y a 15 ans
  Michael Brown 1c67623e37 [build] Enable building with the Intel C compiler (icc) il y a 15 ans
  Michael Brown 9937bf13c9 [crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER() il y a 15 ans
  Michael Brown e950dc04ba [crypto] Add our own general-purpose cipher-block chaining routines il y a 15 ans
  Michael Brown b4d3d686cc [crypto] Change cipher_{en,de}crypt() to void functions il y a 15 ans
  Michael Brown a3219b24a8 [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm il y a 15 ans