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) @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   4 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
(edit) @84163   5 years vboxsync IPRT: PEM writer functions. bugref:9699
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80292   5 years vboxsync IPRT/crypto/tsp: Relax the check for the 'millis' field allowing zero …
(edit) @78183   6 years vboxsync Runtime/common/crypto/cipher-openssl.cpp: Fix copy and paste bug
(edit) @77270   6 years vboxsync Runtime: Fix compilation with LibreSSL <2.7.0. BIO_up_ref() was …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76358   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @74828   6 years vboxsync IPRT/pkcs7: scm fix. bugref:9232
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74749   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74723   6 years vboxsync IPRT/ssl: deal with relatively old OpenSSL 1.1.0 releases which don't …
(edit) @74716   6 years vboxsync IPRT/ldr: More Mach-O signing hacking. bugref:9232
(edit) @74712   6 years vboxsync IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT …
(edit) @74672   6 years vboxsync IPRT/asn1: Hacked code into handling the necessary indefinite length …
(edit) @74362   6 years vboxsync IPRT/cipher: fixed assertion in encryption code. bugref:9246
(edit) @74352   6 years vboxsync IPRT/cipher: Fixed incorrect assertions. bugref:9246
(edit) @74343   6 years vboxsync IPRT/RTCrKeyCreateNewRsa: Fixed inverted allocation failure test. …
(edit) @74342   6 years vboxsync IPRT/ssl: avoid asserting in RTFileExists. bugref:9246
(edit) @74340   6 years vboxsync IPRT/ssl: Couple of fixes. bugref:9246
(edit) @74327   6 years vboxsync IRPT: Added build target to check that VBoxRTImp.def and friends …
(edit) @74315   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74314   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74313   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74312   6 years vboxsync IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter …
(edit) @74302   6 years vboxsync scm fixes
(edit) @74300   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74299   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74296   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74295   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74052   6 years vboxsync IPRT/rest: Started implementing http-signatures for oci. bugref:9167
(edit) @73749   6 years vboxsync IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152
(edit) @73706   6 years vboxsync IPRT: Better fix for missing md4 failure; adding information status …
(edit) @73705   6 years vboxsync IPRT: Better fix for missing md4 failure; adding information status …
(edit) @73672   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73670   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73668   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73666   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73665   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73644   6 years vboxsync IPRT/pemfile.cpp: Fixed parsing word sequences (only ever worked with …
(edit) @73312   6 years vboxsync IPRT/crypto: Check content size in RTCrStoreCertAddFromFile() and …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69521   7 years vboxsync pemfile.cpp: Don't leak pSection if binary and _F_ONLY_PEM is used. …
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