Viktor Szakats
1b4008723b
2012-01-06 16:13 UTC+0100 Viktor Szakats (harbour syenar.net)
...
* ChangeLog
* (whole tree)
* changed e-mail address
2012-01-06 15:28:23 +00:00
Viktor Szakats
7ad3481808
2011-12-24 03:32 UTC+0100 Viktor Szakats (harbour syenar.hu)
...
* ChangeLog
* (whole tree)
* removed obsolete antispam measure from my e-mail address
2011-12-24 02:47:24 +00:00
Viktor Szakats
79d4a781a4
2011-02-21 13:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* src/rtl/filesys.c
+ fs_win_set_drive(): Setting SEM_FAILCRITICALERRORS before
SetCurrentDirectory() call to avoid screen msg in some error
scenarios. Thanks to vbdasc (final patch has two modifications,
so pls retest it).
+ hb_fsChDir(): Applied similar logic as above.
* Using FALSE instead of 0 in both function above.
* contrib/hbssl/evppkey.c
* Comment.
2011-02-21 13:00:55 +00:00
Viktor Szakats
81c9b0506c
2010-06-04 15:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/*
* Deleted 'www.' from harbour-project.org website name.
(www.harbour-project.org -> harbour-project.org)
2010-06-04 13:32:23 +00:00
Viktor Szakats
4acf2beda2
2009-10-23 11:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbssl/evpciph.c
* contrib/hbssl/sslsess.c
* contrib/hbssl/ssl.c
* contrib/hbssl/x509.c
* contrib/hbssl/evpmd.c
* contrib/hbssl/evpenc.c
* contrib/hbssl/sslctx.c
* contrib/hbssl/evppkey.c
+ Changed to use new GC allocation method.
Please review me.
* contrib/hbqt/Makefile
* Minor refinement to build order.
2009-10-23 09:35:09 +00:00
Viktor Szakats
1db202323b
2009-10-12 06:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbssl/evpciph.c
* contrib/hbssl/evpmd.c
* contrib/hbssl/evpenc.c
* contrib/hbssl/hbssl.h
* contrib/hbssl/evppkey.c
! Cleaned header usage. Should fix some C++ mode link errors.
2009-10-12 04:02:12 +00:00
Viktor Szakats
46c0860b3b
2009-07-23 21:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/rddads/ads1.c
! Reverted prev change plus added error handling. Thx Przemek.
* contrib/hbssl/evpciph.c
* contrib/hbssl/ssl.c
* contrib/hbssl/evpmd.c
* contrib/hbssl/evpenc.c
* contrib/hbssl/evppkey.c
* contrib/hbssl/evp.c
* contrib/hbssl/tests/crypt.prg
* Minor improvements.
% Deleted unnecessary ( void * ) casts.
! Fixed leaks (using valgrind and crypt.prg).
There is still one reported, but can't find the reason.
* contrib/hbcurl/hbcurl.c
% Deleted unnecessary ( void * ) casts.
2009-07-23 19:46:11 +00:00
Viktor Szakats
7b80364619
2009-07-21 19:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* contrib/hbssl/Makefile
+ contrib/hbssl/evppkey.c
* contrib/hbssl/evpciph.c
* contrib/hbssl/hbssl.h
* contrib/hbssl/ssl.c
* contrib/hbssl/sslctx.c
* contrib/hbssl/sslerr.c
* contrib/hbssl/evp.c
* contrib/hbssl/evpmd.c
* contrib/hbssl/evpenc.c
* contrib/hbssl/tests/digest.prg
+ contrib/hbssl/tests/encode.prg
* SSL_ERR_*() functions renamed to ERR_*() to have
the exact same name as in OpenSSL.
! Minor fixes and cleanups.
+ Added:
OPENSSL_VERSION()
SSLEAY()
SSL_USE_PRIVATEKEY()
SSL_CTX_USE_PRIVATEKEY()
EVP_SIGNFINAL()
EVP_VERIFYFINAL()
EVP_PKEY_NEW()
EVP_PKEY_TYPE()
EVP_PKEY_SIZE()
EVP_PKEY_BITS()
EVP_PKEY_ASSIGN()
EVP_PKEY_ASSIGN_RSA()
EVP_PKEY_ASSIGN_DSA()
EVP_PKEY_ASSIGN_DH()
EVP_BYTESTOKEY()
ERR_LOAD_EVP_STRINGS()
+ Added OpenSSLs own BASE64 functions:
HB_EVP_ENCODE_CTX_CREATE()
EVP_ENCODEINIT()
EVP_ENCODEUPDATE()
EVP_ENCODEFINAL()
EVP_DECODEINIT()
EVP_DECODEUPDATE()
EVP_DECODEFINAL()
2009-07-21 17:41:17 +00:00