Michael Brown
8e478e648f
[crypto] Allow initialisation vector length to vary from cipher blocksize
...
Signed-off-by: Michael Brown <mcb30@ipxe.org >
2022-10-25 13:21:28 +01:00
Michael Brown
52f72d298a
[crypto] Expose null crypto algorithm methods for reuse
...
Signed-off-by: Michael Brown <mcb30@ipxe.org >
2022-10-25 13:20:22 +01:00
Michael Brown
b6ee89ffb5
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
...
Relicense files for which I am the sole author (as identified by
util/relicense.pl).
Signed-off-by: Michael Brown <mcb30@ipxe.org >
2015-03-02 14:17:31 +00:00
Michael Brown
c3b4860ce3
[legal] Update FSF mailing address in GPL licence texts
...
Suggested-by: Daniel P. Berrange <berrange@redhat.com >
Signed-off-by: Michael Brown <mcb30@ipxe.org >
2012-07-20 19:55:45 +01:00
Michael Brown
c00eb6e190
[crypto] Add abstraction for a public-key algorithm
...
Signed-off-by: Michael Brown <mcb30@ipxe.org >
2012-03-18 13:35:32 +00:00
Michael Brown
8406115834
[build] Rename gPXE to iPXE
...
Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain. Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.
Also update README, LOG and COPYRIGHTS to remove obsolete information.
Signed-off-by: Michael Brown <mcb30@ipxe.org >
2010-04-19 23:43:39 +01:00
Michael Brown
c44a193d0d
[legal] Add a selection of FILE_LICENCE declarations
...
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
2009-05-18 08:33:25 +01:00
Michael Brown
a3219b24a8
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
...
The various types of cryptographic algorithm are fundamentally
different, and it was probably a mistake to try to handle them via a
single common type.
pubkey_algorithm is a placeholder type for now.
2009-02-18 22:17:41 +00:00
Michael Brown
a01374b5cd
Add dummy setiv method
2007-02-01 02:19:16 +00:00
Michael Brown
1fbd6f7d76
...but not when it's being used as a digest algorithm...
2007-01-31 03:42:47 +00:00
Michael Brown
a502fcda45
The null crypto algorithm should at least copy data...
2007-01-31 03:42:07 +00:00
Michael Brown
a008f9e85b
Add null crypto algorithm
2007-01-31 03:04:31 +00:00