-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/runtime secret #37 condtype on mec only #46
Feature/runtime secret #37 condtype on mec only #46
Commits on Feb 29, 2024
-
added empty CHANGELOG file; deleted secret_sync.rs; focusing on relea…
…sing 0.2.0; will NOT remove associated types for async support
root committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for ce0294a - Browse repository at this point
Copy the full SHA ce0294aView commit details -
added self.1.clone() for the clone impl lol
root committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 890a421 - Browse repository at this point
Copy the full SHA 890a421View commit details
Commits on Mar 5, 2024
-
added more tests to make sure panic cannot leak the secret
root committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for cd22817 - Browse repository at this point
Copy the full SHA cd22817View commit details -
added tests to test if ref and/or static ref leak secret or not
root committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 9158072 - Browse repository at this point
Copy the full SHA 9158072View commit details -
root committed
Mar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ba926ab - Browse repository at this point
Copy the full SHA ba926abView commit details
Commits on Mar 7, 2024
-
added some docs + SecrecySecret type alias
root committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 7c26805 - Browse repository at this point
Copy the full SHA 7c26805View commit details -
added a few more lines of docs
root committedMar 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a6c340 - Browse repository at this point
Copy the full SHA 1a6c340View commit details
Commits on Mar 8, 2024
-
root committed
Mar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for d01bc51 - Browse repository at this point
Copy the full SHA d01bc51View commit details -
completely removed Unchecked and RTExposeSecretUnchecked because U0 m…
…eans shouldn't be able to expose at all
root committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 5729eb2 - Browse repository at this point
Copy the full SHA 5729eb2View commit details -
root committed
Mar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 3cf0832 - Browse repository at this point
Copy the full SHA 3cf0832View commit details -
root committed
Mar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 40ce585 - Browse repository at this point
Copy the full SHA 40ce585View commit details -
tests passed for rt secret, added some more
root committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 44b3431 - Browse repository at this point
Copy the full SHA 44b3431View commit details -
tests passed; added new uncompilable test for debug-secret, ... features
root committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for eb055cc - Browse repository at this point
Copy the full SHA eb055ccView commit details -
make RTExposeSecret trait simpler
root committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 8f31418 - Browse repository at this point
Copy the full SHA 8f31418View commit details -
impl ChooseMinimallyRepresentableUInt for NumericalZeroSizedType; pub…
… use runtime::secret::*;
root committedMar 8, 2024 Configuration menu - View commit details
-
Copy full SHA for a20b14a - Browse repository at this point
Copy the full SHA a20b14aView commit details
Commits on Mar 9, 2024
-
removed unsigned trait bound from MEC
root committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for c99dc70 - Browse repository at this point
Copy the full SHA c99dc70View commit details -
further simplify the ExposeSecret trait
root committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 303bf50 - Browse repository at this point
Copy the full SHA 303bf50View commit details -
secrecysecret is completedgit status!
root committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 90833ff - Browse repository at this point
Copy the full SHA 90833ffView commit details -
changed const MIN to const ZERO for ChooseMinimallyRepresentableUInt
root committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for b3e803b - Browse repository at this point
Copy the full SHA b3e803bView commit details -
NumericalZeroSizedType -> src/types.rs from src/traits.rs
root committedMar 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 07e66e4 - Browse repository at this point
Copy the full SHA 07e66e4View commit details
Commits on Mar 10, 2024
-
root committed
Mar 10, 2024 Configuration menu - View commit details
-
Copy full SHA for f043eb6 - Browse repository at this point
Copy the full SHA f043eb6View commit details -
root committed
Mar 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 035dbf8 - Browse repository at this point
Copy the full SHA 035dbf8View commit details
Commits on Mar 15, 2024
-
add 'static lifetime bound works but is it correct and is there a bet…
…ter way?
root committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 80821e0 - Browse repository at this point
Copy the full SHA 80821e0View commit details -
fixed the problem without using 'static by having another private fun…
…ction can_expose()
root committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e4fba8 - Browse repository at this point
Copy the full SHA 0e4fba8View commit details -
Merge pull request #45 from jymchng/runtime-secret-#37-condtype-on-me…
…c-only-remove-generic-error-on-rtexposesecret-trait Runtime secret #37 condtype on mec only remove generic error on rtexposesecret trait
Configuration menu - View commit details
-
Copy full SHA for 5ec70ce - Browse repository at this point
Copy the full SHA 5ec70ceView commit details -
updated readme with more examples
root committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 41f5695 - Browse repository at this point
Copy the full SHA 41f5695View commit details
Commits on Mar 16, 2024
-
written changelog, refined README.md
root committedMar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 54c56e8 - Browse repository at this point
Copy the full SHA 54c56e8View commit details -
root committed
Mar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b1d69f - Browse repository at this point
Copy the full SHA 5b1d69fView commit details -
root committed
Mar 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 019e2c6 - Browse repository at this point
Copy the full SHA 019e2c6View commit details