2001-07-03 |
Richard Levitte | Make an extra note about shared libraries and backward... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Richard Levitte | Let's include cryptlib.h *before* things like NO_SYSLOG... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Richard Levitte | [Forgotten commits?] |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Ben Laurie | Fix warning. |
commit | commitdiff | tree | snapshot |
2001-07-01 |
Richard Levitte | Insuline shot |
commit | commitdiff | tree | snapshot |
2001-07-01 |
Richard Levitte | Changes to have OpenSSL compile on OS/2. |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Dr. Stephen... | Modify apps to use NCONF code instead of old CONF code. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Richard Levitte | Make better use of load_cert, load_certs and load_key. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Dr. Stephen... | Another empty X509_NAME fix. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Dr. Stephen... | Handle empty X509_NAME in printing routines. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Bodo Möller | DSA verification should insist that r and s are in... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Richard Levitte | Make better use of load_cert, load_certs and load_key. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Richard Levitte | Make get_ip() a bit more strict in it's parsing of... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Richard Levitte | Make better use of load_cert, load_certs and load_key. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Bodo Möller | Translate into valid C (don't call functions with wrong... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Richard Levitte | Call apps_shutdown() to take down what apps_startup... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Richard Levitte | Make sure we don't return 0 on error. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Dr. Stephen... | In {RSA,DSA,DH}_new_method(x) need to increase the... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Use the new UI features, among others the new boolean... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Including stdio.h before setting _XOPEN_SOURCE and |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Use apps_shutdown() in all applications, in case someon... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | apps_startup() needs a corresponding apps_shutdown(). |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Make use of new features in UI's. Among others, the... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Oops, applies to 0.9.7 only. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Document recent changes. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Do not loop i the OpenSSL UI method any more. Instead... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | make update |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Implement boolean (yes/no or OK/Cancel, ...) input. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | New error printing function that gives the possibility... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | Include the UI error strings. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Richard Levitte | For the UI functions that return an int, 0 or any posit... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Dr. Stephen... | Fix hwcrhk_insert_card. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Dr. Stephen... | Fix UI leak in apps. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Dr. Stephen... | In UI_dup_*() function, use the duped string, not the... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Dr. Stephen... | Update my config entry to allow use of DSOs. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Andy Polyakov | This fixes "Spurious test failures on IRIX?" reported... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Dr. Stephen... | Fix memory leak when RAND is used: need to cleanup |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Richard Levitte | Update my status. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Richard Levitte | Since there is a way to create UI_METHODs, implement... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Richard Levitte | Modify "openssl engine" to handle and display internal... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Dr. Stephen... | Change all calls to low level digest routines in the... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Dr. Stephen... | Fix memory leaks. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Richard Levitte | cp is only used when DSA is built. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Richard Levitte | Do a proof of concept. "openssl genrsa" will make... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Richard Levitte | Change the common application routines to use a UI_METH... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Richard Levitte | - Add the possibility to control engines through contro... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Richard Levitte | The default flag should be for default passwords only... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Richard Levitte | Enhance the user interface with better support for... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Dr. Stephen... | make apps compile again |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Dr. Stephen... | Don't set pointer if add_lock_callback used. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Richard Levitte | One feature wasn't quite commited yet |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Richard Levitte | Provide an application-common setup function for engine... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Ben Laurie | Fix a memory leak (there's another around here somewher... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Ben Laurie | Delete a redundant line. |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Bodo Möller | pay attention to blocksize before attempting decryption |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bodo Möller | For MSDOS, the tty filename still is "con", not "/dev... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Andy Polyakov | Get rid of "possible WAW dependency" warnings. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bodo Möller | even use of default engines leaks memory |
commit | commitdiff | tree | snapshot |
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 |
next |