index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
/
rsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Use Montgomery reduction for modular exponentiation
Michael Brown
2024-11-28
1
-2
/
+1
*
[crypto] Remove the concept of a public-key algorithm reusable context
Michael Brown
2024-08-21
1
-107
/
+188
*
[crypto] Pass asymmetric keys as ASN.1 cursors
Michael Brown
2024-08-18
1
-23
/
+7
*
[crypto] Add support for PKCS#8 private key format
Michael Brown
2023-06-02
1
-1
/
+18
*
[crypto] Allow algorithms to be included without being OID-identifiable
Michael Brown
2020-06-16
1
-11
/
+0
*
[crypto] Drag in configured digestInfo prefixes for any use of RSA
Michael Brown
2019-08-17
1
-0
/
+6
*
[crypto] Expose RSA_CTX_SIZE constant
Michael Brown
2017-06-20
1
-1
/
+1
*
[crypto] Support SHA-{224,384,512} in X.509 certificates
Michael Brown
2015-08-02
1
-72
/
+0
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[crypto] Add pubkey_match() to check for matching public/private key pairs
Michael Brown
2014-03-27
1
-26
/
+89
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()
Michael Brown
2012-05-14
1
-11
/
+4
*
[crypto] Add an explicit "RSA signature incorrect" error message
Michael Brown
2012-03-27
1
-1
/
+7
*
[crypto] Generalise X.509 OID-identified algorithm to asn1.c
Michael Brown
2012-03-22
1
-0
/
+47
*
[crypto] Use linker tables for RSA digestInfo prefixes
Michael Brown
2012-03-20
1
-37
/
+26
*
[rsa] Actually check the unused-bits byte in the public key bit string
Michael Brown
2012-03-18
1
-3
/
+4
*
[crypto] Force caller to provide temporary storage for modular calculations
Michael Brown
2012-03-18
1
-1
/
+6
*
[crypto] Add native RSA algorithm
Michael Brown
2012-03-18
1
-0
/
+600