Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-18 | Android target framework 4.4 | Peter Dettman | 1 | -2/+2 | |
2021-10-18 | PORTABLE fixes | Peter Dettman | 4 | -5/+15 | |
2021-10-17 | .NET 1.1 fixes | Peter Dettman | 3 | -89/+87 | |
2021-10-17 | Fix tls test files | Peter Dettman | 1 | -25/+25 | |
2021-10-17 | Experimental server-side TLS 1.3 PSK | Peter Dettman | 6 | -51/+367 | |
2021-10-17 | Server-side PSK selection | Peter Dettman | 2 | -10/+97 | |
2021-10-17 | TLS 1.3 PSK server-side work | Peter Dettman | 6 | -7/+96 | |
2021-10-16 | BiString updates from bc-java | Peter Dettman | 4 | -125/+358 | |
2021-10-15 | Preserve laziness in substreams | Peter Dettman | 2 | -26/+40 | |
2021-10-15 | Use primitive encoding for short octet strings | Peter Dettman | 4 | -76/+135 | |
2021-10-15 | Merge checks | Peter Dettman | 1 | -8/+8 | |
2021-10-15 | Refactor ASN.1 parsers | Peter Dettman | 5 | -68/+89 | |
2021-10-15 | Replace Obsolete tag | Peter Dettman | 4 | -7/+7 | |
2021-10-15 | Refactoring | Peter Dettman | 2 | -101/+87 | |
2021-10-15 | Update tag constants | Peter Dettman | 1 | -1/+14 | |
2021-10-15 | Improve ASN.1 substream handling | Peter Dettman | 4 | -84/+92 | |
2021-10-15 | ASN1InputStream updates from bc-java | Peter Dettman | 3 | -45/+59 | |
- improve tag validation - improve handling of long form definite-length | |||||
2021-10-15 | Add utility methods | Peter Dettman | 2 | -0/+18 | |
2021-10-14 | SEQUENCE/SET can't contain java null values | Peter Dettman | 1 | -73/+37 | |
2021-10-14 | Initial pass at EncodedLength methods | Peter Dettman | 33 | -14/+258 | |
2021-10-14 | Add withID to Encode method | Peter Dettman | 37 | -232/+243 | |
- refactor Asn1OutputStream utility methods | |||||
2021-10-14 | Fix and Obsolete BerNull | Peter Dettman | 1 | -13/+3 | |
2021-10-14 | More ASN.1 updates from bc-java | Peter Dettman | 6 | -132/+126 | |
2021-10-14 | Add WriteElements method | Peter Dettman | 5 | -20/+12 | |
2021-10-14 | Null check and reformatting | Peter Dettman | 2 | -105/+109 | |
2021-10-14 | Some Obsolete cleanup | Peter Dettman | 7 | -28/+12 | |
2021-10-14 | Add Asn1Encodable.EncodeTo methods | Peter Dettman | 12 | -57/+59 | |
2021-10-14 | Obsolete DerOutputStream | Peter Dettman | 43 | -153/+181 | |
2021-10-14 | Obsolete BerOutputStream | Peter Dettman | 11 | -20/+34 | |
2021-10-14 | ASN.1 Obsolete cleanup | Peter Dettman | 5 | -90/+14 | |
2021-10-14 | ASN.1 opts. | Peter Dettman | 6 | -7/+7 | |
2021-10-14 | Improve handling of signatures for duplicated user-id/attributes | Peter Dettman | 1 | -8/+17 | |
2021-10-14 | Ignore PGP signatures with invalid version | Peter Dettman | 11 | -3/+151 | |
2021-10-13 | Improve ASN.1 set special handling | Peter Dettman | 1 | -23/+27 | |
2021-10-13 | DER sequence/set encoding opts. | Peter Dettman | 2 | -28/+56 | |
2021-10-13 | Latest ArmoredInputStream stuff from bc-java | Peter Dettman | 5 | -188/+631 | |
2021-10-12 | Test fixes | Peter Dettman | 1 | -2/+2 | |
2021-10-12 | OID improvements | Peter Dettman | 2 | -20/+24 | |
2021-10-12 | Marker packet skipping | Peter Dettman | 10 | -35/+176 | |
2021-10-08 | completed copy constructor in SignerInformation, fixed mutable issue for SET ↵ | David Hook | 3 | -18/+32 | |
in ASN1Encodable | |||||
2021-10-07 | added explicit sorting of DER encoded SET | David Hook | 4 | -25/+29 | |
2021-10-07 | corrected DER encoding of SET | David Hook | 1 | -0/+18 | |
2021-10-04 | Fixes for new_session_ticket | Peter Dettman | 6 | -16/+53 | |
- see https://github.com/bcgit/bc-csharp/issues/317 | |||||
2021-10-04 | Fix test namespaces | Peter Dettman | 4 | -12/+7 | |
2021-10-04 | format changes only - relates to github #68 | David Hook | 2 | -2/+2 | |
2021-10-04 | format changes only - relates to github #68 | David Hook | 10 | -89/+89 | |
2021-10-04 | partial #68 | David Hook | 4 | -8/+8 | |
2021-09-22 | Restore new tests | Peter Dettman | 2 | -0/+30 | |
2021-09-22 | Restore old project file format | Peter Dettman | 3 | -8262/+15767 | |
2021-09-11 | Check DH standard group lookup | Peter Dettman | 1 | -1/+10 | |
2021-09-08 | CRL NextUpdate can be null | Peter Dettman | 1 | -12/+8 | |
- see https://github.com/bcgit/bc-csharp/issues/315 | |||||
2021-09-07 | Removed unused variable. | mw | 1 | -2/+0 | |
2021-09-03 | Updated PemReader to support differing whitespace assumptions. | mw | 5 | -40/+492 | |
Added tests. Issue #2 | |||||
2021-09-02 | added missing tests | David Hook | 4 | -0/+1289 | |
2021-09-02 | minor refactoring | David Hook | 2 | -3/+3 | |
2021-09-02 | moved test | mw | 2 | -103/+106 | |
2021-09-01 | Added missing files, updated project file. | mw | 3 | -15644/+8341 | |
2021-09-01 | Issue #1 | mw | 7 | -16257/+9079 | |
Added logic to handle duplicate extensions. New method on Pkcs10CertificationRequest for extracting X509Extensions Tests | |||||
2021-08-31 | Test client for TLS 1.3 (external) PSK | Peter Dettman | 4 | -0/+207 | |
2021-08-30 | fixed typos | David Hook | 2 | -2/+2 | |
2021-08-30 | initial fix for #261 | David Hook | 2 | -0/+128 | |
2021-08-08 | Add missing GetHashCode variant | Peter Dettman | 1 | -0/+18 | |
2021-08-07 | Cleanup after bc-fips-csharp updates | Peter Dettman | 7 | -36/+55 | |
2021-08-07 | Fix Encode return values | Peter Dettman | 2 | -70/+46 | |
2021-08-07 | Cleanup | Peter Dettman | 1 | -11/+2 | |
2021-07-28 | Allow IOException from NotifySelectedPsk | Peter Dettman | 2 | -0/+2 | |
2021-07-28 | Enable only psk_dhe_ke by default | Peter Dettman | 1 | -1/+1 | |
2021-07-28 | Set psk_key_exchange_modes extension | Peter Dettman | 1 | -0/+2 | |
2021-07-28 | Client message flow for PSK handshake | Peter Dettman | 3 | -27/+45 | |
2021-07-28 | Fix test class name | Peter Dettman | 1 | -1/+1 | |
2021-07-28 | ServeHello selected PSK handling | Peter Dettman | 1 | -19/+36 | |
2021-07-27 | Filter PSK set for ClientHello retry | Peter Dettman | 4 | -27/+91 | |
2021-07-27 | Seal handshake hash externally | Peter Dettman | 3 | -5/+6 | |
2021-07-27 | Add pre_shared_key to ClientHello | Peter Dettman | 6 | -50/+119 | |
2021-07-27 | Use PSK early secret when negotiated | Peter Dettman | 4 | -17/+15 | |
2021-07-27 | OfferedPsks.Config and methods to build | Peter Dettman | 2 | -3/+134 | |
2021-07-26 | More work on PSK binders | Peter Dettman | 8 | -38/+149 | |
2021-07-26 | ClientHello 'splitting' to handle PSK binders | Peter Dettman | 3 | -1/+66 | |
2021-07-26 | PSK binder based on explicit PRF hash | Peter Dettman | 2 | -44/+29 | |
2021-07-26 | Initial fix for reneg issue | Peter Dettman | 2 | -2/+20 | |
- see https://github.com/bcgit/bc-java/issues/990 | |||||
2021-07-25 | TLS 1.3 client API for external PSKs | Peter Dettman | 11 | -0/+108 | |
2021-07-25 | Fix Truncate method | Peter Dettman | 1 | -1/+1 | |
2021-07-25 | Only GetSessionToResume if pre-1.3 offered | Peter Dettman | 1 | -15/+19 | |
2021-07-25 | Store the PRF CryptoHashAlgorithm | Peter Dettman | 6 | -26/+28 | |
2021-07-25 | Refactoring around TLS HKDF | Peter Dettman | 6 | -41/+114 | |
2021-07-24 | Calculate HMAC without extracting TlsSecret | Peter Dettman | 4 | -18/+25 | |
2021-07-22 | Refactoring | Peter Dettman | 4 | -27/+4 | |
2021-07-21 | Hold boolean instead of the parser | Peter Dettman | 1 | -4/+5 | |
2021-07-21 | Use Pack | Peter Dettman | 1 | -15/+3 | |
2021-07-21 | Followup OAEP changes | Peter Dettman | 3 | -34/+33 | |
2021-07-21 | AES perf. opt. | Peter Dettman | 3 | -147/+120 | |
2021-07-21 | Simplify HandleClose | Peter Dettman | 1 | -7/+7 | |
2021-07-21 | Further bzip2 perf. opts. | Peter Dettman | 2 | -585/+692 | |
2021-07-16 | bzip2 perf. opts. | Peter Dettman | 2 | -382/+372 | |
2021-07-15 | Fix bzip2 compression for empty contents | Peter Dettman | 2 | -35/+39 | |
- see https://github.com/bcgit/bc-java/issues/993 | |||||
2021-07-14 | Avoid redundant CheckUsageInRole calls | Peter Dettman | 12 | -69/+25 | |
2021-07-13 | Refactoring around TlsEncryptor | Peter Dettman | 12 | -36/+47 | |
2021-07-13 | Some methods towards GMSSL support | Peter Dettman | 4 | -20/+57 | |
2021-07-12 | .NET 1.1 fixes | Peter Dettman | 2 | -2/+2 | |
2021-07-12 | Fix some warnings | Peter Dettman | 7 | -10/+10 | |
2021-07-12 | Port of new TLS API from bc-java | Peter Dettman | 313 | -0/+45112 | |
2021-07-09 | TLS test tweaks | Peter Dettman | 2 | -3/+3 | |
2021-07-08 | Test for long inputs | Peter Dettman | 1 | -6/+5 | |
2021-07-08 | ASN.1 updates from bc-java | Peter Dettman | 8 | -59/+83 | |
2021-06-25 | Check key sizes strictly | Peter Dettman | 1 | -63/+47 | |
- see https://github.com/bcgit/bc-csharp/issues/303 - also refactor to use Pack and Integers | |||||
2021-06-10 | Fix portability issues around Socket class | Peter Dettman | 11 | -31/+93 | |
2021-06-10 | Portabiliity fix | Peter Dettman | 1 | -1/+1 | |
2021-06-10 | Portability fix | Peter Dettman | 1 | -2/+1 | |
2021-06-09 | Respect buffer size and use Streams | Peter Dettman | 1 | -2/+2 | |
2021-06-09 | New PipeAll with explicit buffer size | Peter Dettman | 1 | -4/+18 | |
- increase default buffer size | |||||
2021-06-09 | Overload AddObject for Asn1Object | Peter Dettman | 4 | -6/+26 | |
2021-06-08 | Update from bc-java | Peter Dettman | 1 | -1/+1 | |
2021-06-07 | Update from bc-java | Peter Dettman | 1 | -32/+23 | |
2021-06-06 | Update TLS test data from bc-java | Peter Dettman | 79 | -352/+2564 | |
2021-06-06 | Improve EdDSA/XDH key validation | Peter Dettman | 12 | -26/+122 | |
2021-06-01 | NTZ for 0 should be 32/64 resp. | Peter Dettman | 6 | -4/+113 | |
- add tests for NLZ, NTZ - round out methods for Longs class | |||||
2021-05-31 | github #172 - added blowfish init check on key size | David Hook | 2 | -2/+30 | |
2021-05-31 | github #83 - correct digest name fetch to check enc oid | David Hook | 1 | -7/+12 | |
2021-05-31 | github #262 added settable digest to OpenSSL PBE generator | David Hook | 1 | -12/+28 | |
2021-05-24 | Correction | Peter Dettman | 1 | -1/+1 | |
2021-05-24 | .NET 1.1 fixes | Peter Dettman | 2 | -1/+5 | |
2021-05-24 | Portability fixes | Peter Dettman | 2 | -2/+2 | |
2021-05-24 | Fix project files plus portability fixes | Peter Dettman | 46 | -2571/+2691 | |
2021-05-24 | Add support for ARIA | Peter Dettman | 12 | -40/+837 | |
2021-05-24 | Noekeon improvements | Peter Dettman | 1 | -54/+58 | |
- check key size in Init - perf. opts. | |||||
2021-05-24 | Use DigestSink | Peter Dettman | 1 | -22/+2 | |
2021-05-24 | github #222 addressed OAEP parameter setting, refactored ↵ | David Hook | 11 | -100/+434 | |
KeyTransRecipientInfoGenerator to allow deprecation of sub class | |||||
2021-05-24 | github#54 test for mixed mode definition | David Hook | 1 | -3/+11 | |
2021-05-24 | github #54 | David Hook | 1 | -0/+3 | |
2021-05-24 | added sha256 test vector | David Hook | 1 | -0/+23 | |
2021-05-24 | removed bogus code | David Hook | 1 | -6/+0 | |
2021-05-24 | Use portable Stream close | Peter Dettman | 1 | -1/+1 | |
2021-05-23 | github #23 added method for handling signing subkey | David Hook | 6 | -35/+165 | |
2021-05-23 | github #250 lookup table error | David Hook | 1 | -2/+2 | |
2021-05-23 | github #283 added extra features fields, corrected parsing for new draft | David Hook | 2 | -36/+81 | |
2021-05-23 | github #296 TSP fix |