summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Define two macros for backward compatibility with openssl < 1.1.HEADopenssl11masterLinus Nordberg2017-11-141-0/+5
* Perform explicit locking only when openssl version < 1.1.Linus Nordberg2017-11-141-0/+4
* Include string.h for memset.Linus Nordberg2017-11-141-0/+1
* Use DTLS_method() for new SSL context if it exists.Linus Nordberg2017-11-141-1/+6
* Allow TLS versions newer than TLSv1.0.Linus Nordberg2017-11-141-1/+8
* Tell convert.pl where to find common.pl.Linus Nordberg2017-11-141-1/+1
* ASN1_STRING_data() -> ASN1_STRING_get0_data().Linus Nordberg2017-11-141-3/+3
* Move lib to the root.Linus Nordberg2014-02-05120-53/+46
* Move .gitignore to lib/ in preparation for moving lib to the root.Linus Nordberg2014-02-051-3/+0
* Ready for libradsec-0.0.5.libradsec-0.0.5Linus Nordberg2014-02-033-3/+3
* Add PRNG improvements to CHANGES.Linus Nordberg2014-02-031-0/+2
* Update documentation with info on multithread protection.Linus Nordberg2013-12-201-1/+6
* Detect POSIX threads at configure time and use them for OpenSSL.Linus Nordberg2013-12-203-2/+65
* Don't use deprecated 'INCLUDES' variable in Makefile.am files.Linus Nordberg2013-12-205-5/+5
* Remove unused code.Linus Nordberg2013-12-202-77/+0
* Improve initialisation of OpenSSL PRNG.Linus Nordberg2013-12-207-25/+99
* Bump version number.Linus Nordberg2013-12-181-1/+1
* Distribute new CHANGES file.libradsec-0.0.4Linus Nordberg2013-12-181-1/+1
* Update documentation and configure.ac for libradsec-0.0.4.Linus Nordberg2013-12-184-7/+15
* Clarify README.Linus Nordberg2013-12-181-3/+4
* Add a debug printout when dropping an incoming response message.Linus Nordberg2013-11-181-1/+3
* Avoid leaking memory when receiving a bad response.Linus Nordberg2013-11-181-11/+14
* Stop rs_request_send() from leaking RSE_TIMEOUT_CONN and RSE_TIMEOUT_IO.Linus Nordberg2013-11-181-5/+7
* Disable/delete events in the timeout callback.Linus Nordberg2013-11-181-0/+15
* Make sure that configure without --enable-tls works.Linus Nordberg2013-11-151-11/+14
* Merge branch 'libradsec' of git.nordu.net:radsecproxy into libradsecLinus Nordberg2013-10-031-1/+2
|\
| * Enable TLS by default, configure time.Linus Nordberg2013-10-011-1/+2
* | Implement disable_hostname_check config option.Linus Nordberg2013-10-033-0/+6
|/
* Have the library depend on radsec.sym.Linus Nordberg2013-05-171-0/+1
* Merge branch 'libradsec-add-avp-2' into libradsecLinus Nordberg2013-05-175-5/+61
|\
| * Export rs_packet_add_avp() and set library revision.Linus Nordberg2013-05-082-1/+2
| * Add rs_packet_add_avp() and use it.Linus Nordberg2013-05-083-4/+59
* | Don't provide bogus info in an error.Linus Nordberg2013-05-171-3/+1
* | Move PSK example configuration to a separate file.Linus Nordberg2013-05-172-15/+18
* | Fix typo.Linus Nordberg2013-05-151-1/+1
* | Don't crash on reading invalid messages.Linus Nordberg2013-05-154-37/+40
* | Whitespace changes in license headers.Linus Nordberg2013-05-0915-15/+15
* | Update copyright years.Linus Nordberg2013-05-0918-31/+35
* | Include stdlib.h everywhere we call (m|c)alloc.Linus Nordberg2013-05-093-2/+5
* | Use malloc+memcpy rather than calloc+strcpy in rs_strdup.Linus Nordberg2013-05-091-5/+10
* | Revert "Bump library interface revision."Linus Nordberg2013-05-081-1/+1
* | Clarify and reformat comments on how to use Libtool's -version-info.Linus Nordberg2013-05-081-10/+10
* | Pass make distcheck.Linus Nordberg2013-05-085-12/+19
* | Don't include tests in SUBIDRS after all.Linus Nordberg2013-05-081-1/+2
* | Initial RPM packagingLinus Nordberg2013-05-083-5/+97
* | Add a few bits to README.Linus Nordberg2013-05-081-8/+23
* | Exit tests with number of failures.Linus Nordberg2013-05-081-2/+4
* | Add 'tests' to SUBDIRS to make 'make check' work.Linus Nordberg2013-05-081-1/+1
* | Constify the MD5 implementation.Linus Nordberg2013-05-082-4/+4
* | Push an error on the error stack when returning !RSE_OK.Linus Nordberg2013-05-081-1/+1
|/