1999-08-02 |
Bodo Möller | fix previous modification -- if ssl->cert is NULL,...
|
commit | commitdiff | tree |
1999-08-02 |
Bodo Möller | avoid cast
|
commit | commitdiff | tree |
1999-08-02 |
Bodo Möller | The SSL_CTX's cert structure is not relevant for the SSL
|
commit | commitdiff | tree |
1999-08-01 |
Bodo Möller | SSL_shutdown was done too early.
|
commit | commitdiff | tree |
1999-08-01 |
Bodo Möller | don't prematurely shut down socket -- use SSL_shutdown
|
commit | commitdiff | tree |
1999-07-30 |
Bodo Möller | by request: let BN_dup(NULL) just return NULL
|
commit | commitdiff | tree |
1999-07-30 |
Bodo Möller | correct error signalling for opendir() failure
|
commit | commitdiff | tree |
1999-07-29 |
Bodo Möller | Always use buildinf.h, which now includes the mk1mfinf...
|
commit | commitdiff | tree |
1999-07-27 |
Bodo Möller | close files.
|
commit | commitdiff | tree |
1999-07-27 |
Bodo Möller | Use correct CFLAG definition for makefile.one builds.
|
commit | commitdiff | tree |
1999-07-26 |
Bodo Möller | change CFLAGS to those given in Configure
|
commit | commitdiff | tree |
1999-07-26 |
Bodo Möller | -DPLATFORM and -DCFLAGS command line arguments are...
|
commit | commitdiff | tree |
1999-07-25 |
Bodo Möller | summary of Andy's changes to Configure
|
commit | commitdiff | tree |
1999-07-24 |
Bodo Möller | Don't include x509.h when we just need asn1.h
|
commit | commitdiff | tree |
1999-07-22 |
Bodo Möller | ignore r586unix.cpp
|
commit | commitdiff | tree |
1999-07-22 |
Bodo Möller | date.h no longer to be deleted by "make clean"
|
commit | commitdiff | tree |
1999-07-21 |
Bodo Möller | Torture weak compilers less by not automatically including...
|
commit | commitdiff | tree |
1999-07-21 |
Bodo Möller | additional argument for key_callback
|
commit | commitdiff | tree |
1999-07-21 |
Bodo Möller | Additional user data argument to pem_password_cb function...
|
commit | commitdiff | tree |
1999-07-21 |
Bodo Möller | avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command...
|
commit | commitdiff | tree |
1999-07-21 |
Bodo Möller | slight clean-up
|
commit | commitdiff | tree |
1999-07-21 |
Bodo Möller | Auto-generated file -- this should not be under version...
|
commit | commitdiff | tree |
1999-07-20 |
Bodo Möller | "make TABLE" (to follow recent Configure change)
|
commit | commitdiff | tree |
1999-07-19 |
Bodo Möller | SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRI...
|
commit | commitdiff | tree |
1999-07-19 |
Bodo Möller | New compile time option -DCRYPTO_MDEBUG_THREAD.
|
commit | commitdiff | tree |
1999-07-19 |
Bodo Möller | Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,
|
commit | commitdiff | tree |
1999-07-18 |
Bodo Möller | Add optional (compile-time configurable) time to CRYPTO_mem_...
|
commit | commitdiff | tree |
1999-07-17 |
Bodo Möller | "make clean" has to delete date.h
|
commit | commitdiff | tree |
1999-07-14 |
Bodo Möller | Fix option processing.
|
commit | commitdiff | tree |
1999-07-14 |
Bodo Möller | Judging from various messages on the OpenSSL mailing...
|
commit | commitdiff | tree |
1999-07-12 |
Bodo Möller | cosmetic changes
|
commit | commitdiff | tree |
1999-07-12 |
Bodo Möller | fix memory leak in s3_clnt.c
|
commit | commitdiff | tree |
1999-07-12 |
Bodo Möller | typo in string
|
commit | commitdiff | tree |
1999-07-12 |
Bodo Möller | Looks like another memory leak ...
|
commit | commitdiff | tree |
1999-07-12 |
Bodo Möller | correct error handling
|
commit | commitdiff | tree |
1999-07-11 |
Bodo Möller | typo
|
commit | commitdiff | tree |
1999-07-11 |
Bodo Möller | New function RSA_check_key.
|
commit | commitdiff | tree |
1999-07-11 |
Bodo Möller | New function RSA_check_key,
|
commit | commitdiff | tree |
1999-07-09 |
Bodo Möller | Fix memory checking.
|
commit | commitdiff | tree |
1999-07-09 |
Bodo Möller | Provide CFLAGS and PLATFORM information on Windows...
|
commit | commitdiff | tree |
1999-07-09 |
Bodo Möller | remove editing artifacts
|
commit | commitdiff | tree |
1999-07-09 |
Bodo Möller | Mention modification to Configure.
|
commit | commitdiff | tree |
1999-07-09 |
Bodo Möller | Don't confuse mk1mf.pl by combining multiple options...
|
commit | commitdiff | tree |
1999-07-09 |
Bodo Möller | Updated to reflect recent "Configure" modification.
|
commit | commitdiff | tree |
1999-07-06 |
Bodo Möller | improve readability of #if conditions (ELF, if defined...
|
commit | commitdiff | tree |
1999-07-05 |
Bodo Möller | avoid confliction definitions of NDEBUG
|
commit | commitdiff | tree |
1999-07-05 |
Bodo Möller | Disable asserts for standard configurations.
|
commit | commitdiff | tree |
1999-07-05 |
Bodo Möller | make debug-solaris-[u]sparc-gcc more useful
|
commit | commitdiff | tree |
1999-07-02 |
Bodo Möller | typo
|
commit | commitdiff | tree |
1999-07-02 |
Bodo Möller | typo
|
commit | commitdiff | tree |
1999-07-02 |
Bodo Möller | New functions SSL[_CTX]_{set,get}_mode; the initial...
|
commit | commitdiff | tree |
1999-07-02 |
Bodo Möller | Don't use ...-oldgcc for egcs compiler.
|
commit | commitdiff | tree |
1999-06-28 |
Bodo Möller | With mingw32, use "long long" rather than "_int64"...
|
commit | commitdiff | tree |
1999-06-28 |
Bodo Möller | Fix comments.
|
commit | commitdiff | tree |
1999-06-26 |
Bodo Möller | The Mingw32 configuration entry was missing one colon...
|
commit | commitdiff | tree |
1999-06-26 |
Bodo Möller | configuration change for debugging
|
commit | commitdiff | tree |
1999-06-25 |
Bodo Möller | Update TABLE.
|
commit | commitdiff | tree |
1999-06-25 |
Bodo Möller | Memory leak checks.
|
commit | commitdiff | tree |
1999-06-25 |
Bodo Möller | Close another memory hole.
|
commit | commitdiff | tree |
1999-06-25 |
Bodo Möller | Avoid some memory holes, one of which was pointed out by
|
commit | commitdiff | tree |
1999-06-23 |
Bodo Möller | Don't use inline assembler when configured for "no...
|
commit | commitdiff | tree |
1999-06-21 |
Bodo Möller | Make some debug-... configurations more useful for...
|
commit | commitdiff | tree |
1999-06-21 |
Bodo Möller | Perl variable names are case-sensitive ...
|
commit | commitdiff | tree |
1999-06-21 |
Bodo Möller | "make update"
|
commit | commitdiff | tree |
1999-06-18 |
Bodo Möller | Clarification.
|
commit | commitdiff | tree |
1999-06-18 |
Bodo Möller | "make update"
|
commit | commitdiff | tree |
1999-06-18 |
Bodo Möller | New function CRYPTO_num_locks.
|
commit | commitdiff | tree |
1999-06-18 |
Bodo Möller | Use same name in the definition as in the header file...
|
commit | commitdiff | tree |
1999-06-17 |
Bodo Möller | Don't access configuration files outside the source...
|
commit | commitdiff | tree |
1999-06-15 |
Bodo Möller | Some people don't have /dev/fd/0 on Solaris, so use...
|
commit | commitdiff | tree |
1999-06-15 |
Bodo Möller | Don't try to use zero-byte buffers.
|
commit | commitdiff | tree |
1999-06-14 |
Bodo Möller | Obsolete.
|
commit | commitdiff | tree |
1999-06-14 |
Bodo Möller | long obsolete
|
commit | commitdiff | tree |
1999-06-14 |
Bodo Möller | Comment adjusted to reality.
|
commit | commitdiff | tree |
1999-06-14 |
Bodo Möller | rc4_locl.h and bf_locl.h incorrectly defined _HEADER_...;
|
commit | commitdiff | tree |
1999-06-14 |
Bodo Möller | Provide fallback configurations for all hpux... configurations
|
commit | commitdiff | tree |
1999-06-12 |
Bodo Möller | Bugfix.
|
commit | commitdiff | tree |
1999-06-12 |
Bodo Möller | Avoid some warnings (on silly compilers).
|
commit | commitdiff | tree |
1999-06-12 |
Bodo Möller | "make update"
|
commit | commitdiff | tree |
1999-06-12 |
Bodo Möller | BIO pairs.
|
commit | commitdiff | tree |
1999-06-11 |
Bodo Möller | Changes for BSD/OS 4.
|
commit | commitdiff | tree |
1999-06-11 |
Bodo Möller | Don't use unquoted whitespace in "case" case.
|
commit | commitdiff | tree |
1999-06-10 |
Bodo Möller | NeXT 3.3 can handle -O3 (3.0 can't).
|
commit | commitdiff | tree |
1999-06-10 |
Bodo Möller | hpux-cc (HPUX 9.x) does not work with BN_LLONG (floating...
|
commit | commitdiff | tree |
1999-06-10 |
Bodo Möller | Try to detect NeXT 3.3 (working Configure entry for...
|
commit | commitdiff | tree |
1999-06-10 |
Bodo Möller | Avoid warning.
|
commit | commitdiff | tree |
1999-06-10 |
Bodo Möller | Avoid warnings.
|
commit | commitdiff | tree |
1999-06-10 |
Bodo Möller | Another <unistd.h> ...
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | tiny optical change
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Repair PEM_write_PrivateKey and PEM_write_bio_PrivateKey.
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Oops, I forgot to add the dependency "TABLE: Configure".
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Delete unnecessary newlines in TABLE
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | des_cbc_encrypt / des_ncbc_encrypt issue.
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Update dependencies.
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Unify DES library: ncbc_enc.c wasn't used, but its...
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | "make update" (added to top Makefile, and applied).
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | DES CBC change looks dubious to me.
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Mention unistd.h.
|
commit | commitdiff | tree |
1999-06-09 |
Bodo Möller | Some pre-POSIX systems don't have unistd.h (but e.g...
|
commit | commitdiff | tree |
1999-06-08 |
Bodo Möller | "request" added.
|
commit | commitdiff | tree |
next |