|
|
@85630
|
4 years |
vboxsync |
IPRT: More SHA-3 work. bugref:9734
|
|
|
@85629
|
4 years |
vboxsync |
IPRT: More SHA-3 work. bugref:9734
|
|
|
@85628
|
4 years |
vboxsync |
IPRT/pkcs7: Comment typos.
|
|
|
@85627
|
4 years |
vboxsync |
IPRT/x509: Comment typo.
|
|
|
@85614
|
4 years |
vboxsync |
IPRT: Adding SHA-3. bugref:9734
|
|
|
@85124
|
4 years |
vboxsync |
*: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
|
|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@84670
|
5 years |
vboxsync |
IPRT/RTCrX509CertPaths: Hack the code to accept trusted targets some …
|
|
|
@84380
|
5 years |
vboxsync |
IPRT/RTCrPkcs7: Added RTCRPKCS7VERIFY_SD_F_CHECK_TRUST_ANCHORS. …
|
|
|
@84379
|
5 years |
vboxsync |
IPRT/RTCrX509CertPaths: Hacked the code to accept trusted targets. …
|
|
|
@84331
|
5 years |
vboxsync |
IPRT: RISKY: rtCrPkcs7VerifySignerInfo should pass trusted …
|
|
|
@84330
|
5 years |
vboxsync |
IPRT: Adding some new flags to the PKCS#7/CMS verification routines. …
|
|
|
@84329
|
5 years |
vboxsync |
IPRT: Adding RTCrStoreCreateInMemEx that allows specifying a parent …
|
|
|
@84310
|
5 years |
vboxsync |
IPRT/crypto: Adding RTAsn1EncodeQueryRawBits to deal with getting …
|
|
|
@84263
|
5 years |
vboxsync |
possibly scm fix
|
|
|
@84256
|
5 years |
vboxsync |
IPRT/pkcs7-sign.cpp: scm fix. bugref:9699
|
|
|
@84253
|
5 years |
vboxsync |
IPRT/store: Fixed incorrect check for X.509 DER encoding in the …
|
|
|
@84251
|
5 years |
vboxsync |
IPRT/crypto: Adding functions for checking whether a key or …
|
|
|
@84248
|
5 years |
vboxsync |
IPRT/crypto: Adding functions for checking whether a key or …
|
|
|
@84239
|
5 years |
vboxsync |
IPRT/pkcs7-sanity.cpp: Accept RTASN1TYPE_NOT_PRESENT in addition to …
|
|
|
@84235
|
5 years |
vboxsync |
IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
|
|
|
@84232
|
5 years |
vboxsync |
IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
|
|
|
@84230
|
5 years |
vboxsync |
IPRT,openssl: Adding RTCrPkcs7SimpleSignSignedData as a feeble start …
|
|
|
@84211
|
5 years |
vboxsync |
IPRT/pem-write.cpp: Use consistent end-of-line style ('\n'). bugref:9699
|
|
|
@84168
|
5 years |
vboxsync |
IPRT: PEM writer functions. [build fix] bugref:9699
|
|
|
@84163
|
5 years |
vboxsync |
IPRT: PEM writer functions. bugref:9699
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@80292
|
5 years |
vboxsync |
IPRT/crypto/tsp: Relax the check for the 'millis' field allowing zero …
|
|
|
@78183
|
6 years |
vboxsync |
Runtime/common/crypto/cipher-openssl.cpp: Fix copy and paste bug
|
|
|
@77270
|
6 years |
vboxsync |
Runtime: Fix compilation with LibreSSL <2.7.0.
BIO_up_ref() was …
|
|
|
@76585
|
6 years |
vboxsync |
*: scm --fix-header-guard-endif
|
|
|
@76560
|
6 years |
vboxsync |
IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76513
|
6 years |
vboxsync |
IPRT: scm --fix-header-guards. bugref:9344
|
|
|
@76452
|
6 years |
vboxsync |
IPRT: Ran scm --fix-err-h. bugref:9344
|
|
|
@76358
|
6 years |
vboxsync |
*: string.h sans err.h fix. bugref:9344
|
|
|
@76346
|
6 years |
vboxsync |
*: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
|
|
|
@74828
|
6 years |
vboxsync |
IPRT/pkcs7: scm fix. bugref:9232
|
|
|
@74760
|
6 years |
vboxsync |
IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
|
|
|
@74749
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74723
|
6 years |
vboxsync |
IPRT/ssl: deal with relatively old OpenSSL 1.1.0 releases which don't …
|
|
|
@74716
|
6 years |
vboxsync |
IPRT/ldr: More Mach-O signing hacking. bugref:9232
|
|
|
@74712
|
6 years |
vboxsync |
IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT …
|
|
|
@74672
|
6 years |
vboxsync |
IPRT/asn1: Hacked code into handling the necessary indefinite length …
|
|
|
@74362
|
6 years |
vboxsync |
IPRT/cipher: fixed assertion in encryption code. bugref:9246
|
|
|
@74352
|
6 years |
vboxsync |
IPRT/cipher: Fixed incorrect assertions. bugref:9246
|
|
|
@74343
|
6 years |
vboxsync |
IPRT/RTCrKeyCreateNewRsa: Fixed inverted allocation failure test. …
|
|
|
@74342
|
6 years |
vboxsync |
IPRT/ssl: avoid asserting in RTFileExists. bugref:9246
|
|
|
@74340
|
6 years |
vboxsync |
IPRT/ssl: Couple of fixes. bugref:9246
|
|
|
@74327
|
6 years |
vboxsync |
IRPT: Added build target to check that VBoxRTImp.def and friends …
|
|
|
@74315
|
6 years |
vboxsync |
IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
|
|
|
@74314
|
6 years |
vboxsync |
IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
|
|
|
@74313
|
6 years |
vboxsync |
IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
|
|
|
@74312
|
6 years |
vboxsync |
IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter …
|
|
|
@74302
|
6 years |
vboxsync |
scm fixes
|
|
|
@74300
|
6 years |
vboxsync |
IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
|
|
|
@74299
|
6 years |
vboxsync |
IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
|
|
|
@74296
|
6 years |
vboxsync |
IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
|
|
|
@74295
|
6 years |
vboxsync |
IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
|
|
|
@74052
|
6 years |
vboxsync |
IPRT/rest: Started implementing http-signatures for oci. bugref:9167
|
|
|
@73749
|
6 years |
vboxsync |
IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152
|
|
|
@73706
|
6 years |
vboxsync |
IPRT: Better fix for missing md4 failure; adding information status …
|
|
|
@73705
|
6 years |
vboxsync |
IPRT: Better fix for missing md4 failure; adding information status …
|
|
|
@73672
|
6 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73670
|
6 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73668
|
6 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73666
|
6 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73665
|
6 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73644
|
6 years |
vboxsync |
IPRT/pemfile.cpp: Fixed parsing word sequences (only ever worked with …
|
|
|
@73312
|
6 years |
vboxsync |
IPRT/crypto: Check content size in RTCrStoreCertAddFromFile() and …
|
|
|
@73097
|
6 years |
vboxsync |
*: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
|
|
|
@69753
|
7 years |
vboxsync |
iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
|
|
|
@69521
|
7 years |
vboxsync |
pemfile.cpp: Don't leak pSection if binary and _F_ONLY_PEM is used. …
|
|
|
@69111
|
7 years |
vboxsync |
(C) year
|
|
|
@69046
|
7 years |
vboxsync |
Global: replace fall-through comments with RT_FALL_THRU(). …
|
|
|
@66350
|
8 years |
vboxsync |
IPRT/x509-core.cpp: More RDN name mappings.
|
|
|
@65813
|
8 years |
vboxsync |
gcc 7: fall thru
|
|
|
@65098
|
8 years |
vboxsync |
Runtime: doxygen fixes (no space after comma in interface_method_impl)
|
|
|
@64883
|
8 years |
vboxsync |
IPRT/ASN.1: Refactored array handling (SET OF, SEQUENCE OF) to use a …
|
|
|
@64865
|
8 years |
vboxsync |
IPRT/PKCS#7: Decode MS statement type attributes.
|
|
|
@64864
|
8 years |
vboxsync |
IPRT: Added set-of-object-id-sequences and RTCrDigestTypeToHashSize.
|
|
|
@64845
|
8 years |
vboxsync |
IPRT/pkcs7-template.h: Parse nested signatures (experimental).
|
|
|
@64819
|
8 years |
vboxsync |
iprt/pkcs7: updates
|
|
|
@64817
|
8 years |
vboxsync |
IPRT: Added RTAsn1QueryObjIdName and RTCrDigestTypeToName.
|
|
|
@64714
|
8 years |
vboxsync |
Runtime: fixed tiny memory leak
|
|
|
@64531
|
8 years |
vboxsync |
Runtime: typos
|
|
|
@63982
|
8 years |
vboxsync |
pkix-verify.cpp: OpenSSL 1.1.0 adjustments.
|
|
|
@63867
|
8 years |
vboxsync |
Runtime: OpenSSL 1.1 fix
|
|
|
@63853
|
8 years |
vboxsync |
Runtime: fixes for OpenSSL 1.1
|
|
|
@63831
|
8 years |
vboxsync |
RDP/client, Runtime: compile fixes for OpenSSL 1.1 (thanks Sebastian …
|
|
|
@63810
|
8 years |
vboxsync |
build fix
|
|
|
@63808
|
8 years |
vboxsync |
Runtime/crypto: allow to compile against libressl (thanks Jung-uk Kim)
|
|
|
@63451
|
8 years |
vboxsync |
Runtime: warnings
|
|
|
@62564
|
8 years |
vboxsync |
IPRT: Mark unused parameters.
|
|
|
@62477
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62461
|
8 years |
vboxsync |
IPRT: scm
|
|
|
@62448
|
8 years |
vboxsync |
IPRT: More MSC level 4 warning fixes.
|
|
|
@62220
|
8 years |
vboxsync |
IPRT: PEM+X.509: Added PEM_ONLY flags to the reader functions to allow …
|
|
|
@61892
|
9 years |
vboxsync |
Runtime/crypto: fix
|
|
|
@61891
|
9 years |
vboxsync |
Runtime/crypto: some fixes for OpenSSL 1.1, work in progress
|
|
|