VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/crypto

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105124   5 months vboxsync Certificate repair function added - bugref:10310
(edit) @104757   7 months vboxsync IPRT: RTCrX509Certificate_GenerateSelfSignedRsa build fix for OpenSSL …
(edit) @104755   7 months vboxsync IPRT: RTCrX509Certificate_GenerateSelfSignedRsa build fix for OpenSSL …
(edit) @104745   7 months vboxsync IPRT,Main: Reworked the newly introduced RTCrX509Certificate_Generate …
(edit) @104574   7 months vboxsync Added OS specific changes for making TLS default and auto-generating a …
(edit) @104573   7 months vboxsync Added OS specific changes for making TLS default and auto-generating a …
(edit) @104572   7 months vboxsync Library fix for making TLS default and auto-generating a certificate - …
(edit) @104571   7 months vboxsync Fix for making TLS default and auto-generating a certificate - bugref:10310
(edit) @104570   7 months vboxsync Make TLS default and auto-generate a certificate - bugref:10310
(edit) @104541   7 months vboxsync Revert r163069-r163071 for debugging
(edit) @104539   7 months vboxsync Fix to generate certificate code - bugref: 10310
(edit) @104537   7 months vboxsync Made TLS default with auto-generation of self-signed certificate - #10310
(edit) @102567   12 months vboxsync IPRT/shacrypt: Made asan build happy (false positive). bugref:10551
(edit) @102564   12 months vboxsync IPRT/shacrypt: Docs fix. bugref:10551
(edit) @102501   12 months vboxsync IPRT/shacrypt: scm fix. bugref:10551
(edit) @102500   12 months vboxsync IPRT/shacrypt: Reduce the code size a little. Document the …
(edit) @102495   12 months vboxsync IPRT/shacrypt: Combine shacrypt-256.cpp.h and shacrypt-512.cpp.h into …
(edit) @102491   12 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102490   12 months vboxsync IRPT/shacrypt: Don't use RTMemDup on the passpharse in step 16 since …
(edit) @102488   12 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102375   13 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102372   13 months vboxsync IPRT/crypto: Renaming. bugref:10551
(edit) @102361   13 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102336   13 months vboxsync IPRT/crypto/shacrypt: Make sure to terminate strings in the …
(edit) @102335   13 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102297   13 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   13 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   13 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   13 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   13 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @101646   14 months vboxsync IPRT/x509-certpaths.cpp: Fixed copy&paste bug in …
(edit) @100531   17 months vboxsync IPRT/PKCS8: Tweak for OpenSSL 1.0.2 / ol7. bugref:10299
(edit) @100528   17 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100494   17 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100493   17 months vboxsync IPRT/PKCS8: Some corrections and adjustments (bugref:10299): - …
(edit) @100492   17 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100491   17 months vboxsync Forward ported r158259 from 6.1: Support ECDSA for pre-3.0.0 OpenSSL …
(edit) @100447   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100446   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100445   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100442   17 months vboxsync IPRT,OpenSSL: Support ECDSA for verficiation purposes when IPRT links …
(edit) @100421   17 months vboxsync IPRT/PKCS8: add key format for PKCS #8 bugref:10299
(edit) @100364   18 months vboxsync IPRT: Added some OIDs related to EV certs and ECDSA. bugref:10479
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @97465   2 years vboxsync IPRT/crypto: Corrected and unified the error checking of d2i_TYPE …
(edit) @96959   2 years vboxsync IPRT/RTCrPkcs7: Fix copy/paste in error message, making the failure …
(edit) @96858   2 years vboxsync IPRT/RTCrDigestFinal: Corrected underflow (warning) / overflow (error) …
(edit) @96763   2 years vboxsync IPRT/crypto: Put the optional OpenSSL related members in RTCRKEYINT at …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95672   2 years vboxsync IPRT/RTCrPkcs7: Corrections to the handling of …
(edit) @95668   2 years vboxsync IPRT/RTCrPkcs7: Split out RTCrPkcs7Attributes_HashAttributes from …
(edit) @95656   2 years vboxsync IPRT/RTCrPkcs7: Added a RTCRPKCS7SIGN_SD_F_USE_V1 and a …
(edit) @95655   2 years vboxsync IPRT/iprt-openssl.cpp: Register a bunch of OID we could be needing …
(edit) @95630   2 years vboxsync IPRT/RTAsn1,RTCrPkcs7,RTCrSpc: Generate setters for dynamic members. …
(edit) @95629   2 years vboxsync IPRT/RTAsn1,RTCrPkc7,RTCrSpc: Refactoring the RTASN1TMPL_MEMBER_DYN* …
(edit) @95624   2 years vboxsync IPRT/RTAsn1,RTCrSpc: Generate setter functions for …
(edit) @95620   2 years vboxsync IPRT/RTCrPkcs7SimpleSignSignedData: Allow …
(edit) @95604   2 years vboxsync IPRT/RTCrPkcs7SimpleSignSignedData: Implemented …
(edit) @95595   2 years vboxsync IPRT/Pkcs7: Added a parameter to RTCrPkcs7SimpleSignSignedData (not …
(edit) @95381   2 years vboxsync Runtime/ssl-openssl: Free the session in the error path, bugref:3409
(edit) @94888   3 years vboxsync Runtime: Fix a few memory leaks in error handling paths, bugref:3409
(edit) @94668   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94665   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94630   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94627   3 years vboxsync Runtime/crypto: Add additional APIs and supported algorithms for …
(edit) @94157   3 years vboxsync Runtime: Windows build fixes and updated .def file in preparation for …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93112   3 years vboxsync IPRT/x509-core: Added 'uid'/0.9.2342.19200300.100.1.1 to the …
(edit) @93111   3 years vboxsync IPRT/x509-certpaths.cpp: Just call RTCrX509Name_GetShortRdn to get the …
(edit) @91982   3 years vboxsync IPRT/RTCrX509CertPaths: Only ignore critical subject key IDs on end …
(edit) @91979   3 years vboxsync IPRT/RTCrX509CertPaths: Do not flag Subject Key Identifier as invalid …
(edit) @89018   4 years vboxsync SUPDev,IPRT: On darwin allow Mac dev certs as long as it is a build …
(edit) @86650   4 years vboxsync Fixed bad commit. Hope this help.
(edit) @86648   4 years vboxsync bugref:9781. Added the placeholder …
(edit) @86610   4 years vboxsync SUPHArdNt,IPRT: Recognize WHQL/attestation signatures from MS. …
(edit) @85630   4 years vboxsync IPRT: More SHA-3 work. bugref:9734
(edit) @85629   4 years vboxsync IPRT: More SHA-3 work. bugref:9734
(edit) @85628   4 years vboxsync IPRT/pkcs7: Comment typos.
(edit) @85627   4 years vboxsync IPRT/x509: Comment typo.
(edit) @85614   4 years vboxsync IPRT: Adding SHA-3. bugref:9734
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84670   5 years vboxsync IPRT/RTCrX509CertPaths: Hack the code to accept trusted targets some …
(edit) @84380   5 years vboxsync IPRT/RTCrPkcs7: Added RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS. …
(edit) @84379   5 years vboxsync IPRT/RTCrX509CertPaths: Hacked the code to accept trusted targets. …
(edit) @84331   5 years vboxsync IPRT: RISKY: rtCrPkcs7VerifySignerInfo should pass trusted …
(edit) @84330   5 years vboxsync IPRT: Adding some new flags to the PKCS#7/CMS verification routines. …
(edit) @84329   5 years vboxsync IPRT: Adding RTCrStoreCreateInMemEx that allows specifying a parent …
(edit) @84310   5 years vboxsync IPRT/crypto: Adding RTAsn1EncodeQueryRawBits to deal with getting …
(edit) @84263   5 years vboxsync possibly scm fix
(edit) @84256   5 years vboxsync IPRT/pkcs7-sign.cpp: scm fix. bugref:9699
(edit) @84253   5 years vboxsync IPRT/store: Fixed incorrect check for X.509 DER encoding in the …
(edit) @84251   5 years vboxsync IPRT/crypto: Adding functions for checking whether a key or …
(edit) @84248   5 years vboxsync IPRT/crypto: Adding functions for checking whether a key or …
(edit) @84239   5 years vboxsync IPRT/pkcs7-sanity.cpp: Accept RTASN1TYPE_NOT_PRESENT in addition to …
(edit) @84235   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84232   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84230   5 years vboxsync IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
(edit) @84211   5 years vboxsync IPRT/pem-write.cpp: Use consistent end-of-line style ('\n'). bugref:9699
(edit) @84168   5 years vboxsync IPRT: PEM writer functions. [build fix] bugref:9699
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette