2001-06-11 |
Bodo Möller | Add directory name to the entry on /crypto/ui/. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bodo Möller | Earlier OpenSSL versions printed prompts to stderr. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Dr. Stephen... | Make update |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Dr. Stephen... | Initialize UI ex_data. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Dr. Stephen... | Add support for MS CSP Name PKCS#12 attribute. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Ulf Möller | more error codes fixed |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Lutz Jänicke | ERR_peek_error() returns "unsigned long". |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Richard Levitte | Use memmove() instead of memcpy() on areas that may... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Richard Levitte | Don't forget to initialise. |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Bodo Möller | OAEP fix |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Bodo Möller | when checking OAEP, signal just a single kind of 'decod... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Ulf Möller | move check to avoid memory leak. |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Ulf Möller | make sure we don't write to seed[-1] |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Richard Levitte | 'make update' |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Richard Levitte | Defining __USE_XOPEN_EXTENDED was the wrong thing.... |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Richard Levitte | A good use of the UI interface is as a password callbac... |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Richard Levitte | Small detail about AIX forgotten... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Richard Levitte | Accept digits in symbol names. Spotted by Brian Havard... |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Richard Levitte | More info on SRP. |
commit | commitdiff | tree | snapshot |
2001-06-04 |
Richard Levitte | Added more info in SRP. |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Richard Levitte | Confusion between algorithms resolved. |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Richard Levitte | nCipher callbacks shall return 0 on success, something... |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Richard Levitte | Stop mishandling the type number in dynlock locking |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Bodo Möller | Fix Bleichenbacher PKCS #1 1.5 countermeasure. |
commit | commitdiff | tree | snapshot |
2001-06-01 |
Bodo Möller | increase DEFAULT_BUFFER_SIZE (4K instead of just 1K) |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Richard Levitte | Don't decrement the reference counter twice when destro... |
commit | commitdiff | tree | snapshot |
2001-05-31 |
Geoff Thorpe | Fix a memory leak in 'sk_dup' in the case a realloc... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Andy Polyakov | Get rid of RAW dependency warnings. |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Richard Levitte | Extend all the loading functions to take an engine... |
commit | commitdiff | tree | snapshot |
2001-05-30 |
Richard Levitte | A wish was expressed. |
commit | commitdiff | tree | snapshot |
2001-05-29 |
Lutz Jänicke | Don't forget responsible person so that its clear who... |
commit | commitdiff | tree | snapshot |
2001-05-28 |
Andy Polyakov | Assembler support for IA-64. See the source code commen... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Richard Levitte | Document the latest change in ENGINEs. |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Richard Levitte | We had the password callback for ENGINEs pretty much... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Dr. Stephen... | Add missing variable length cipher flag for Blowfish. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Richard Levitte | VMS doesn't support more than on period in a file name |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Dr. Stephen... | Add examples to EVP_EncryptInit manual page. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Dr. Stephen... | Fix for new UI functions under Win32. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Richard Levitte | Add a requirements section for OpenVMS. |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Richard Levitte | Add a few more details on what one might need. make... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Lutz Jänicke | Add missing item(s) SSL_ERROR_WANT_CONNECT, SSL_ERROR_W... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Richard Levitte | New internal function OPENSSL_gmtime, which is intended... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Lutz Jänicke | Increase ENTROPY_NEEDED to support Rijndael's larger... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Richard Levitte | Do not forget to increment the pointers... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Richard Levitte | Low-case the names of the system routines, since some... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | branch on equal is beql, not beq... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | Make sure strdup() is properly declared. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | Make sure memset() is properly declared. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | ui was forgotten when installing libcrypto and it's... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | ui_compat.h was forgotten in the "symlinking" routine. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | Remove the password reading objects from LIB_DES. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | Make more short aliases for symbols that are longer... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | len is a size_t, which is an unsigned integer. Therefo... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | Use ui_compat.h to get the password reading functions. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Richard Levitte | Make it so the compiler doesn't inform me about the... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Lutz Jänicke | Typos. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Lutz Jänicke | One more point to clarify, pointed out by "Greg Stark... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | It seems like the removal of "extern" before "static... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | Document the addition. |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | A randomizer for OpenVMS, using the statistics that... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | Define `ok' and better error detection. |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | Win16 too :-). |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | des_read_password() and des_read_2passwords() can only... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | When doing rewrites on ssleay.num, the file was prematu... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | Move the password reading functions completely away... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Richard Levitte | Put back a removed "extern", or many compilers will... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Dr. Stephen... | #if 0 out deleted (?) functions to stop Win32 DLL |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Dr. Stephen... | Change Win32 to use EXPORT_VAR_AS_FN. |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Lutz Jänicke | Clarify behaviour with respect to SSL/TLS records. |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Dr. Stephen... | Under VC++ _DLL is set to indicate that the application |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Dr. Stephen... | Typo. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Richard Levitte | e_os2.h defines things like OPENSSL_SYS_MSDOS, not... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Lutz Jänicke | Clarify behaviour of SSL_write() by mentioning SSL_MODE... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Lutz Jänicke | Update changelog to reflect additional changes made... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Bodo Möller | restore change undone in 1.831 (apparently by accident) |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Dr. Stephen... | Purpose and trust setting functions for X509_STORE. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Dr. Stephen... | Fix warning with DEBUG_SAFESTACK |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Dr. Stephen... | Fix to allow multiple NONE libraries in mkerr.pl . |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Dr. Stephen... | Allow various X509_STORE_CTX properties to be |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Bodo Möller | fix an old entry |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Richard Levitte | There is no uitest |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Richard Levitte | Don't forget crypto/ui... |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Dr. Stephen... | Initial CRL based revocation checking. |
commit | commitdiff | tree | snapshot |
2001-05-07 |
Richard Levitte | Clarify the license and copyright, make preprocessor... |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2001-05-06 |
Richard Levitte | Add a general user interface API. This is designed... |
commit | commitdiff | tree | snapshot |
2001-05-04 |
Ulf Möller | the backslash is significant... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Bodo Möller | .rnd issues |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Bodo Möller | bctest changes for Ultrix (don't return 1 from bctest... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Richard Levitte | Some platforms (most notably Windows) do not have a... |
commit | commitdiff | tree | snapshot |
2001-05-03 |
Richard Levitte | Add support for Sun C on Solaris x86. Contributed... |
commit | commitdiff | tree | snapshot |
2001-05-02 |
Richard Levitte | Remove part conflict indicator... |
commit | commitdiff | tree | snapshot |
2001-04-30 |
Geoff Thorpe | In RSA, DSA, DH, and RAND - if the "***_new()" function... |
commit | commitdiff | tree | snapshot |
2001-04-29 |
Dr. Stephen... | Win32 fixes: |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Richard Levitte | A method to create shared libraries on AIX, and accordi... |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2001-04-27 |
Geoff Thorpe | For some inexplicable reason, I'd (a) left the debuggin... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Geoff Thorpe | Some fixes to the reference-counting in ENGINE code... |
commit | commitdiff | tree | snapshot |
2001-04-26 |
Richard Levitte | Make proper use of all disabling variables. |
commit | commitdiff | tree | snapshot |
next |