2016-01-21 |
Richard Levitte | Refactor config - throw away the last remains of '... |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Richard Levitte | Refactor config - consolidate handling of disabled... |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Richard Levitte | Refactor config - rewrite handling of "reconf" |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Viktor Dukhovni | Multiple -trusted/-untrusted/-CRLfile options in verify |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Viktor Dukhovni | Refactor apps load_certs/load_crls to work incrementally |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Viktor Dukhovni | More X509_verify_cert() tests via verify(1). |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Viktor Dukhovni | Reject when explicit trust EKU are set and none match. |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Viktor Dukhovni | Commit pre-generated test_verify certs |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Viktor Dukhovni | Scripts to generate verify test certs |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Viktor Dukhovni | Check Suite-B constraints with EE DANE records |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Richard Levitte | Refactor config - split read_config into read_config... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Richard Levitte | Refactor config - throw away '--test-sanity' |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Richard Levitte | Refactor config - a small cosmetic touchup of Configure |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Richard Levitte | Add an engine destructor to eng_cryptodev. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Richard Levitte | Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CI... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Salz | Remove update tags |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Rich Salz | Consolidate "make update" |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Matt Caswell | Handle SSL_shutdown while in init more appropriately |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Dr. Stephen... | make EVP_PKEY opaque |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Matt Caswell | Remove the GOST engine |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Richard Levitte | Fix BSD -rpath parameter |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Viktor Dukhovni | API compat for SSLeay_add_ssl_algorithms |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Alessandro... | Validate ClientHello session_id field length and send... |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dr. Stephen... | prf redirection build fixes |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Prayag Verma | Update license year range to 2016 |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Viktor Dukhovni | Support disabling any or all TLS or DTLS versions |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dr. Stephen... | Add documentation for EVP_PKEY_TLS1_PRF |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dr. Stephen... | add TLS1-PRF tests |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dr. Stephen... | Add TLS1-PRF test support to evp_test |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dr. Stephen... | use TLS PRF |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dr. Stephen... | Add TLS PRF method. |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Dmitry Belyavsky | Fix GOST2012-NULL-GOST12 |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Viktor Dukhovni | Drop cached certificate signature validity flag |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Kristian Amlie | Don't use "grep -q", "-q" is not POSIX, and fails on... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Richard Levitte | Add some extra Cygwin targets as aliases for Cygwin-x86 |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Richard Levitte | Adjust the configuration target name from Cygwin-i686... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Corinna Vinschen | Fix configuration system to support different architect... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Corinna Vinschen | Don't strip object files on Cygwin |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Corinna Vinschen | Use POSIX functions on Cygwin, not Win32 function |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Rich Salz | Fix build break; restore missing target |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Rich Salz | Fix function declarations. |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Rich Salz | Accessor update; fix API, document one. |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Rich Salz | Remove some old makefile targets |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Rich Salz | Add some accessors. |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Rich Salz | RT4247: Add missing patch |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Richard Levitte | The TLSProxy tests can't run if no-engine has been... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Dr. Stephen... | fix no-engine build |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Viktor Dukhovni | Start a new line after each sentence-ending period. |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Viktor Dukhovni | Make SSL_dane_enable() requirement more clear. |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Viktor Dukhovni | Better invalid SNI name error handling |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Viktor Dukhovni | Empty SNI names are not valid |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Rich Salz | RT4247: Fix EVP_CIPHER_CTX opaque on sparc |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Dr. Stephen... | free up gost ciphers |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Dr. Stephen... | Add lookup_certs for a trusted stack. |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Zi Lin | NGX-2040 - fix wildcard match on punycode/IDNA DNS... |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Rich Salz | Fix typo |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Matt Caswell | Update Windows installation instructions |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Matt Caswell | Rename INSTALL.W32 to INSTALL.WIN |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Small fixup, an extra line slipped in |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Viktor Dukhovni | Cosmetic polish for last-resort depth 0 check |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Avoid the r modifier for s/// (perl) |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Viktor Dukhovni | Fix last-resort depth 0 check when the chain has multip... |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Benjamin Kaduk | Add a no-egd option to disable EGD-related code |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Rich Salz | Make SSL_set_debug deprecated in 1.1 |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Viktor Dukhovni | Always initialize X509_STORE_CTX get_crl pointer |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Viktor Dukhovni | Editorial |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | In __cwd, make sure the given directory is seen as... |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Relax the requirements for a debug build |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Rich Salz | RT4232: Extra space in help message. |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Viktor Dukhovni | EDH >= 1024 bits even at security level 0 |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Prepare for 1.1.0-pre3-dev |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Prepare for 1.1.0-pre2 release OpenSSL_1_1_0-pre2 |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Change the last copyright year to 2016 in README |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | VMS open() doesn't take O_BINARY, but takes a context... |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Rename binmode into textmode and use it correctly |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Do not use redirection on binary files |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Fall back to c_rehash if 'openssl rehash' fails |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Rich Salz | Call single parent free_comp routine. |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Dr. Stephen... | To avoid possible time_t overflow use X509_time_adj_ex() |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Viktor Dukhovni | Fix double-free bugs in EC group precomputation state |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Richard Levitte | Add a directry spec for mcr if there is none |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Viktor Dukhovni | Fix verify(1) to report failure when verification fails |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Viktor Dukhovni | Fix nistp512 typos, should be nistp521 |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Rich Salz | Add missing #ifdef's to fix build break |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Viktor Dukhovni | For stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Matt Caswell | Fix test_ordinals |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Reorder the ordinals in libeay.num |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Remove spurious ; |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Quick fix of debugging option for mk1mf.pl. |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | VMS C doesn't provide intmax_t/uinmax_t, use our own |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Rich Salz | Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Remove test_probable_prime_coprime from test/bntest.c |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Simplify the EXIT macrot for VMS |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Dr. Stephen... | recognise no-crypto-mdebug |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | VMS perl doesn't implement fork(), so don't run the... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Viktor Dukhovni | Fix DES_LONG breakage |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Viktor Dukhovni | For stroimax need C99 inttypes.h |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Don't return from main(), use EXIT() instead |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Have the VMS exit code follow POSIX conventions |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | After EVP_CIPHER turned opaque, e_rc5.c needs to includ... |
commit | commitdiff | tree | snapshot |
next |