2016-08-04 |
Richard Levitte | When tr gets bracketed arguments, they need to be quoted |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Benjamin Kaduk | Remove some unused options from 10-main.conf |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Rich Salz | Fix output text to avoid gratuitious git diff |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Rich Salz | Remove get_hash completely |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Rich Salz | Remove "lockit" from internal error-hash function |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Dr. Stephen... | Limit status message sisze in ts_get_status_check |
commit | commitdiff | tree | snapshot |
2016-08-04 |
FdaSilvaYY | Pack globals variables used to control apps/verify_call... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
JimC | Ignore windows generated manifests |
commit | commitdiff | tree | snapshot |
2016-08-04 |
FdaSilvaYY | Constify some ASN1_OBJECT *obj input parameters |
commit | commitdiff | tree | snapshot |
2016-08-04 |
FdaSilvaYY | Constify inputs of two X509_LOOKUP_METHOD methods |
commit | commitdiff | tree | snapshot |
2016-08-04 |
FdaSilvaYY | Constify input buffer |
commit | commitdiff | tree | snapshot |
2016-08-04 |
FdaSilvaYY | Constify two internal methods |
commit | commitdiff | tree | snapshot |
2016-08-04 |
FdaSilvaYY | Constify ASN1_INTEGER_get, ASN1_ENUMERATED_get |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Richard Levitte | VMS: have the IVP verify that a well known engine loads... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Richard Levitte | Have 'openssl engine' exit with non-zero when some... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Richard Levitte | VSI submission: make the VMS version of RAND_poll(... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Richard Levitte | VSI submisson: make better use of item lists in o_time.c |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Richard Levitte | Travis: When testing installation, build in separate... |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Matt Caswell | Prepare for 1.1.0-pre7-dev |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Matt Caswell | Prepare for 1.1.0-pre6 release OpenSSL_1_1_0-pre6 |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Matt Caswell | make update |
commit | commitdiff | tree | snapshot |
2016-08-04 |
Matt Caswell | Fix date in CHANGES |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Richard Levitte | Don't check any revocation info on proxy certificates |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Richard Levitte | INSTALL: Make the use of [, ], { and } consistent and... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Richard Levitte | INSTALL: Add missing details on VMS installation results |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Richard Levitte | VMS: make sure to provide an absolute source directory... |
commit | commitdiff | tree | snapshot |
2016-08-03 |
Richard Levitte | VMS: If configured no-shared, don't provide shareable... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dr. Stephen... | Check for overlows and error return from ASN1_object_size() |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Dr. Stephen... | Check for overflows in ASN1_object_size(). |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Richard Levitte | 80-test_ssl_new.t: only skip on $no_tls if no other... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Richard Levitte | In 80-test_ssl_new, more "plan tests" to a more useful... |
commit | commitdiff | tree | snapshot |
2016-08-02 |
Matt Caswell | Fix tests for no-nextprotoneg |
commit | commitdiff | tree | snapshot |
2016-08-02 |
FdaSilvaYY | Fix some style issues... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Richard Levitte | Don't overwrite existing installed openssl.cnf |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Richard Levitte | All of ssldirs installation should be done by the insta... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Matt Caswell | Some minor tweaks to the fuzzing docs |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Dr. Stephen... | Document certificate and CRL time functions. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Dr. Stephen... | Constify some X509_CRL, X509_REQ functions. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Dr. Stephen... | Constify some X509_CRL functions. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Dr. Stephen... | make update |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Dr. Stephen... | Add DSA_bits() function. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Kurt Roeckx | Fix typo of BN_zero() |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Richard Levitte | Forgotten make update |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Richard J.... | Const the ex data stuff too to fix warnings |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Richard J.... | Const EC_KEY_dup |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Wim Lewis | Additional CMS content types from RFC 4073, RFC 5083... |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Useless allocation |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Fix some style issues |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Add missing help string |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Fix some awkward tests |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Merge some conditional blocks of code. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Simplify default inits, add const qualifiers |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Cast to right type, simplify array args |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Fix sharing of two static variables |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | ECDH test is only one operation to run |
commit | commitdiff | tree | snapshot |
2016-08-01 |
FdaSilvaYY | Fix three missing global declarations. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Richard Levitte | Fix return values of do_passwd() in apps/passwd.c |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Matt Caswell | Fix bad result in i2b_PVK() |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Matt Caswell | Fix param order in RSA_get0_key |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Ben Laurie | Include what we use. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Ben Laurie | peer_tmp doesn't exist if no-ec no-dh. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Ben Laurie | Fix various no-*s. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Andy Polyakov | crypto/ui/ui_openssl.c: UTF-y Windows code path. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Andy Polyakov | apps/openssl.c: UTF-y Windows argv. |
commit | commitdiff | tree | snapshot |
2016-08-01 |
Andy Polyakov | Configurations/00-base-templates.conf: harmonize BASE_W... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Andy Polyakov | Configurations/unix-Makefile.tmpl: add LC_ALL=C to... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Andy Polyakov | evp/bio_enc.c: perform enc_read operation without using... |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Andy Polyakov | test/smcont.txt: trigger assertion in bio_enc.c. |
commit | commitdiff | tree | snapshot |
2016-07-31 |
Andy Polyakov | evp/evp_enc.c: make assert error message more readable |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Richard J.... | Fix the docs too |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Richard J.... | Ignore the serial number for now and just do the rest. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Richard J.... | Make some more X509 functions const. |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Viktor Szakats | rsa.c: fix incorrect guard for pvk-* options |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Matt Caswell | Fix crash as a result of MULTIBLOCK |
commit | commitdiff | tree | snapshot |
2016-07-30 |
Matt Caswell | Fix bogus warnings |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dr. Stephen... | print out MAC algorithm |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Dr. Stephen... | Fix CRL time comparison. |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Update the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio... |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Simplify and rename SSL_set_rbio() and SSL_set_wbio() |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Add some SSL BIO tests |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Fix BIO_pop for SSL BIOs |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Fix BIO_push ref counting for SSL BIO |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Don't double free the write bio |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Add a test for SSL_set_bio() |
commit | commitdiff | tree | snapshot |
2016-07-29 |
Matt Caswell | Make the checks for an SSLv2 style record stricter |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Rich Salz | Various doc fixes. |
commit | commitdiff | tree | snapshot |
2016-07-28 |
Emilia Kasper | Add memory sanitizer config, and run on travis. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dr. Stephen... | Note cipher BIO write errors too. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
David Benjamin | Use sk_CONF_VALUE_pop_free in do_ext_nconf error path. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Kurt Roeckx | Skip non-existing files. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Kurt Roeckx | Add Hurd shared extension |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Jon Loeliger | RT4639: Typo when -DSSL_DEBUG |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dr. Stephen... | Set error if EVP_CipherUpdate fails. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dr. Stephen... | Deprecate X509_LU_FAIL, X509_LU_RETRY |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dr. Stephen... | Use X509_LOOKUP_TYPE for lookup type consistently. |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dr. Stephen... | Move X509_LU_RETRY, X509_LU_FAIL |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Dr. Stephen... | Remove current_method from X509_STORE_CTX |
commit | commitdiff | tree | snapshot |
2016-07-26 |
Richard Levitte | Update the example in proxy_certificates.txt |
commit | commitdiff | tree | snapshot |
2016-07-25 |
FdaSilvaYY | Discard BIO_set(BIO* bio) method |
commit | commitdiff | tree | snapshot |
2016-07-25 |
russor | zero pad DHE public key in ServerKeyExchange message... |
commit | commitdiff | tree | snapshot |
next |