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 |
2016-01-13 |
Richard Levitte | Pipes on VMS do not work well with binary data, use... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | Fix test/recipes/80-test_ca.t to work on VMS |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Richard Levitte | VMS will downcase all command parameters unless they... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Mathias Berchtold | Fix missing casts for c++ |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Viktor Dukhovni | Maximize time_t when intmax_t is available |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Rich Salz | Fix typo in error message |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Rich Salz | Move Makefiles to Makefile.in |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Viktor Dukhovni | STACK_OF(SSL_COMP) is a public type |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Dr. Stephen... | fix jpaketest and correct comment |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Correct a small typo in CHANGES |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Add notes in CHANGES and NEWS |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Remove unused internal macros |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Document the new EVP_CIPHER and EVP_CIPHER_CTX function... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Add back deprecated functions in macro form |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt all EVP_CIPHER users for it becoming opaque |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | EVP_CIPHER_CTX_new_cipher_data was a temporary measure... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt all engines that need it to opaque EVP_CIPHER |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt builtin cipher implementations to opaque EVP_CIPHER |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt the internal EVP routines to opaque EVP_CIPHER |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Make EVP_CIPHER opaque and add creator/destructor/acces... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Remove EVP_CIPHER_CTX_flags, it's only confusing |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt all EVP_CIPHER_CTX users for it becoming opaque |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt cipher implementations to opaque EVP_CIPHER_CTX |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Adapt the internal EVP routines to opaque EVP_CIPHER_CTX |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Add accessors and writers for EVP_CIPHER_CTX |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Make EVP_CIPHER_CTX opaque and renew the creator /... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Rich Salz | RT4227: Range-check in apps. |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Rich Salz | Yet another make update. |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Make sure to have both upper and mixed case symbols... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | Use SPARE instead of PRIVATE_PROCEDURE to reserve unuse... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | The limit per SYMBOL_VECTOR isn't the amount of symbols... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Richard Levitte | VMS INDENTIFICATION should only have the version number |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Rich Salz | GH528: "cipher -v" output is confusing. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Richard Levitte | Have mkdef.pl use case sensitive symbols for shareable... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Pascal Cuoq | Function pop_info() returned a dangling pointer |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | update ordinals |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Use ossl_inline and DEFINE_LHASH_OF |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Remove mkstack.pl: it is no longer needed. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Add lh_doall_arg inlining |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Add lh_doall inlining |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Add lh_new() inlining |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Inline LHASH_OF |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Alessandro... | GH540: add casts to safestack.h |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Fix jpaketest compilation error. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Richard Levitte | Only run DANE tests when EC is supported |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Viktor Dukhovni | Make SSL{_CTX,}_{get,set,clear}_options functions |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Richard Levitte | Adjust $default_depflags to changes in Configure |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Matt Caswell | Fix NSS format session output |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Update leak test to check return values. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Add memory leak return value. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Viktor Dukhovni | Enable/disable crypto-mdebug just like other features |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Dr. Stephen... | Disable some algorithms by default |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Viktor Dukhovni | Regenerate SSL record/statem error strings |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Dr. Stephen... | fix shadow warning |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Kurt Roeckx | File is about s_time, not s_client |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Kurt Roeckx | Allow disabling the min and max version |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Viktor Dukhovni | Future-proof deprecated declartion parsing |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Rich Salz | RT41897: Add an CRYPTO_secure_actual_size |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Mat | Fix c++ compilation |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Mat | Adds missing type casts |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Mat | Adds crypto-mdebug as a valid option |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Mat | Fix build failure on Windows |
commit | commitdiff | tree | snapshot |
next |