- Apr 28, 2014
-
-
Henrik (Grubba) Grubbström authored
The reference count for reused nodes needs to be bumped once for every occurence... This bug was triggered at least by the empty loop ==> assignment rules, with the effect that the free list in block alloc got corrupted. Example code that triggered the bug: int i; array a; for(; i < sizeof(a); i++) ;
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
Added support for extension local ASN1 types. Implemented parsing of authorityKeyIdentifier keyIdentifier (i.e. key hash).
-
Henrik (Grubba) Grubbström authored
The Pike compiler now uses a dedicated reentrant lock instead of the brute-force approach of using threads_disable(). This should improve concurrency with other threads.
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
Verify that the signing certificates of the trusted issuers actually is allowed to sign other certificates. I'm also more than 50% sure that the wrong certificate was used from the chain.
-
Martin Nilsson authored
Updated the documentation to verify_certificate_chain. Add the decoded certificates in the returned mapping. Don't check the keyUsage of the leaf node.
-
- Apr 27, 2014
-
-
Martin Nilsson authored
-
Martin Nilsson authored
Use xcalloc instead of xalloc, and avoid doing as much initializations when the memory is already cleared.
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Henrik (Grubba) Grubbström authored
Fixes complaints about the GCM suites not being supported.
-
Henrik (Grubba) Grubbström authored
The alert that caused the SSL failure should now be logged if a failure wasn't expected. Fixed reporting of the SSL/TLS version in several places.
-
Henrik (Grubba) Grubbström authored
Some upcoming AEAD suites use an unsalted nonce/iv. Make sure not not to fail due to adding zeroes and strings.
-
Martin Nilsson authored
Improve the API a bit by having ext_basicConstraints_pathLenConstraint be the number of following certificates, instead of only intermediate certificates.
-
Martin Nilsson authored
Added certificate check failure modes CERT_EXCEEDED_PATH_LENGTH and CERT_UNAUTHORIZED_SIGNING. Improved the extensions code somewhat and removed some debug left on.
-
Martin Nilsson authored
-
- Apr 26, 2014
-
-
Henrik (Grubba) Grubbström authored
SSL.state()->session was sometimes an SSL.connection and sometimes an SSL.session. Change the name to connection, and have it always be an SSL.connection. SSL.state now creates its alerts via SSL.connection()->Alert(), which in turn uses the alert_factory() in SSL.context. Also adds descriptive messages to the alerts created in SSL.state.
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
Handle the keyUsage properly. All 9 flags can now be extracted, and the BitString is now generated in its most compact form.
-
Martin Nilsson authored
Move the certificate extension parsing into the TBSCertificate object. Not really a great API, but we need to start somewhere.
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Martin Nilsson authored
-
Henrik (Grubba) Grubbström authored
It helps to complain... :-)
-
Henrik (Grubba) Grubbström authored
The various tastes of GCM now follow the AEAD API properly. Crypto.GCM is no more, instead there are Crypto.AES.GCM, Crypto.Camellia.GCM etc. Also updates the SSL code accordingly.
-
Henrik (Grubba) Grubbström authored
-
Henrik (Grubba) Grubbström authored
Under some circumstances parent_storage() could return a storage pointer to a class that had inherited the parent program. Fix this by making sure that we get the storage for the program that we expect to find as parent.
-
Arne Goedeke authored
-
Arne Goedeke authored
-
Arne Goedeke authored
-
Arne Goedeke authored
-